Skip to main content

achat

AsyncMethod
This is a method of the Agent class in the agent module.
Async version of chat method with self-reflection support.

Signature

Parameters

str
required
Text query that WILL be stored in chat_history
Any
default:"1.0"
No description available.
Any
No description available.
Any
No description available.
Any
No description available.
Any
default:"False"
No description available.
Any
No description available.
Any
No description available.
Any
No description available.
Any
Optional list of image/file paths that are ephemeral (used for THIS turn only, NEVER stored in history).

Returns

Any
The result of the operation.

Uses

  • get_context_emitter
  • _trace_emitter.agent_start
  • _trace_emitter.agent_end

Used By

Source

View on GitHub

praisonaiagents/agent/agent.py at line 5448

Chat Feature

Conversation Stores