AI.Completion (fnord v0.7.19)
View SourceThis module sends a request to the model and handles the response. It is able to handle tool calls and responses.
Output options
Output is controlled by the following mechanisms.
log_msgs
- log messages from the user and assistant asinfo
log_tool_calls
- log tool calls asinfo
and tool call results asdebug
LOGGER_LEVEL
must be set to debug
to see the output of tool call results.