chat
AsyncMethod
This is a method of the LlmProvider class in the llm module.Send a chat completion request
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
chat: Send a chat completion request
This is a method of the LlmProvider class in the llm module.Send a chat completion request
async def chat(
&self,
messages: &[Message],
tools: Option<&[ToolDefinition]>,
) -> Result<LlmResponse>