chat
AsyncMethod
This is a method of the LlmProvider class in the llm module.Send a chat completion request
Signature
Parameters
&[Message]
required
No description available.
Option<&[ToolDefinition]>
required
No description available.
Returns
Result<LlmResponse>
The result of the operation.

