onAfterLLMWithToolsCall
suspend fun onAfterLLMWithToolsCall(response: List<Message.Response>, tools: List<ToolDescriptor>)(source)
Notifies all registered LLM handlers after a language model call with tools has completed.
Parameters
response
The structured responses received from the language model
tools
The list of tools that were available to the language model