Skip to main content

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

Source

View on GitHub

praisonaiagents/agent/protocols.py at line 67

Chat Feature

Conversation Stores