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
str
required
User message/query
Returns
str
Agent response (with citations if configured)
Uses
time.timelogger.debugretrievechat_with_contextchat
Used By
Agent.chat_with_contextTypedHandoff.execute_programmaticAutoRagAgent.chatAutoRagAgent.achatLLMRuntimeWrapper.execute
Source
View on GitHub
praisonaiagents/agents/auto_rag_agent.py at line 288
