Skip to main content

start

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

Signature

async def start(&self, prompt: &str) -> Result<String>

Parameters

prompt
&str
required
No description available.

Returns

Returns
Result<String>
The result of the operation.