Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -51,7 +51,7 @@ def chat():
|
|
| 51 |
print("🧠 Incoming user message:", user_input)
|
| 52 |
|
| 53 |
# 🧠 Step 1: Gemini plans what data to fetch
|
| 54 |
-
planning_result = determine_data_requirements(user_input, company_code)
|
| 55 |
print("📋 Raw planning result:", planning_result)
|
| 56 |
|
| 57 |
if "error" in planning_result:
|
|
|
|
| 51 |
print("🧠 Incoming user message:", user_input)
|
| 52 |
|
| 53 |
# 🧠 Step 1: Gemini plans what data to fetch
|
| 54 |
+
planning_result = determine_data_requirements(user_input, company_code, user_id)
|
| 55 |
print("📋 Raw planning result:", planning_result)
|
| 56 |
|
| 57 |
if "error" in planning_result:
|