Skip to main content

run

AsyncMethod
This is a method of the Agent class in the agent module.
Run a task (alias for chat)

Signature

async def run(&self, task: &str) -> Result<String>

Parameters

task
&str
required
No description available.

Returns

Returns
Result<String>
The result of the operation.