achat
AsyncMethod
This is a method of the AgentProtocol class in the protocols module.Asynchronous chat with the agent.
Signature
Parameters
str
required
The user prompt or message **kwargs: Additional optional parameters (temperature, tools, etc.)
Returns
str
The agent’s response as a string
Used By
Agent.run_autonomous_asyncTypedHandoff.execute_asyncAgentApproval.request_approvalLLMRuntimeWrapper.aexecute
Source
View on GitHub
praisonaiagents/agent/protocols.py at line 80
