chat
Method
This is a method of the AutoRagAgent class in the auto_rag_agent module.Chat with automatic RAG retrieval decision. Decides whether to retrieve context, then runs agent chat.
Signature
Parameters
User message/query
Returns
Agent response (with citations if configured)
Uses
time.timelogger.debugretrievechat_with_contextchat
Used By
Source
View on GitHub
praisonaiagents/agents/auto_rag_agent.py at line 291
