chat
Method
This is a method of the AgentProtocol class in the protocols module.Synchronous 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.chat_with_contextTypedHandoff.execute_programmaticAutoRagAgent.chatAutoRagAgent.achatLLMRuntimeWrapper.execute
Source
View on GitHub
praisonaiagents/agent/protocols.py at line 67
