start
AsyncMethod
This is a method of the Agent class in the agent module.Start a conversation (alias for chat)
Signature
Parameters
No description available.
Returns
The result of the operation.
start: Start a conversation (alias for chat)
This is a method of the Agent class in the agent module.Start a conversation (alias for chat)
async def start(&self, prompt: &str) -> Result<String>