Skip to main content

chat

Method
This is a method of the AgentProtocol class in the protocols module.
Synchronous chat with the agent

Signature

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

Parameters

prompt
&str
required
No description available.

Returns

Returns
Result<String>
The result of the operation.