Update src/report_generator.py
Browse files- src/report_generator.py +1 -1
src/report_generator.py
CHANGED
@@ -133,7 +133,7 @@ Do NOT invent any data. Return ONLY the JSON object.
|
|
133 |
]
|
134 |
|
135 |
# Use our existing orchestrator_chat function with valid parameters
|
136 |
-
result, _, _ = orchestrator_chat(
|
137 |
history=history,
|
138 |
query=conversation_text,
|
139 |
use_rag=True,
|
|
|
133 |
]
|
134 |
|
135 |
# Use our existing orchestrator_chat function with valid parameters
|
136 |
+
result, _, _, _ = orchestrator_chat(
|
137 |
history=history,
|
138 |
query=conversation_text,
|
139 |
use_rag=True,
|