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