We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549064d commit 484346aCopy full SHA for 484346a
Backend/app.py
@@ -55,6 +55,8 @@ def run_cosmic_works_ai_agent(request: AIRequest):
55
return { "message": agent_pool[session_id].run(prompt), "session_id": session_id }
56
57
58
+# ========================
59
+# Chat Session State / History Support is below:
60
# ========================
61
import os
62
from dotenv import load_dotenv
0 commit comments