run
Method
This is a method of the RunnableAgentProtocol class in the protocols module.Run the agent with a prompt (alias for chat in most cases)
Signature
Parameters
No description available.
Returns
The result of the operation.
run: Run the agent with a prompt (alias for chat in most cases)
This is a method of the RunnableAgentProtocol class in the protocols module.Run the agent with a prompt (alias for chat in most cases)
def run(&self, prompt: &str) -> Result<String>