Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

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

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

Parameters

prompt
&str
required
No description available.

Returns

Returns
Result<String>
The result of the operation.