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