Spaces:
Paused
Paused
Update chat_handler.py
Browse files- chat_handler.py +2 -1
chat_handler.py
CHANGED
@@ -84,7 +84,8 @@ async def handle_chat(msg: Message, request: Request, app, service_config, sessi
|
|
84 |
session.__dict__,
|
85 |
{i["name"]: i for i in project_intents},
|
86 |
data_formats,
|
87 |
-
project_name
|
|
|
88 |
)
|
89 |
if "reply" in result:
|
90 |
return {"reply": result["reply"]}
|
|
|
84 |
session.__dict__,
|
85 |
{i["name"]: i for i in project_intents},
|
86 |
data_formats,
|
87 |
+
project_name,
|
88 |
+
service_config # ✅ eklendi
|
89 |
)
|
90 |
if "reply" in result:
|
91 |
return {"reply": result["reply"]}
|