Skip to main content

run

AsyncMethod
This is a method of the AgentFlow class in the workflows module.
Execute the workflow

Signature

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

Parameters

input
&str
required
No description available.

Returns

Returns
Result<String>
The result of the operation.