Skip to content

Commit 484346a

Browse files
committed
Update app.py
1 parent 549064d commit 484346a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Backend/app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ def run_cosmic_works_ai_agent(request: AIRequest):
5555
return { "message": agent_pool[session_id].run(prompt), "session_id": session_id }
5656

5757

58+
# ========================
59+
# Chat Session State / History Support is below:
5860
# ========================
5961
import os
6062
from dotenv import load_dotenv

0 commit comments

Comments
 (0)