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