achat
AsyncMethod
This is a method of the AutoRagAgent class in the auto_rag_agent module.Async version of chat. Currently wraps sync version. Can be extended for true async.
Signature
Parameters
str
required
No description available.
Returns
str
The result of the operation.
Uses
asyncio.get_event_looploop.run_in_executorchat
Used By
Source
View on GitHub
praisonaiagents/agents/auto_rag_agent.py at line 380
