chat
Method
This is a method of the AgentProtocol class in the protocols module.Synchronous chat with the agent
Signature
Parameters
No description available.
Returns
The result of the operation.
chat: Synchronous chat with the agent
This is a method of the AgentProtocol class in the protocols module.Synchronous chat with the agent
def chat(&self, prompt: &str) -> Result<String>