Skip to main content

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

Source

View on GitHub

praisonaiagents/agent/protocols.py at line 80

Chat Feature

Conversation Stores