chat_with_tools
AsyncMethod
This is a method of the LlmProtocol class in the protocols module.Chat with tools
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
chat_with_tools: Chat with tools
This is a method of the LlmProtocol class in the protocols module.Chat with tools
async def chat_with_tools(
&self,
messages: &[LlmMessage],
tools: &[ToolSchema],
) -> Result<LlmResponse>