Upload report_orchestrator.py
Browse files
layers/report_orchestrator.py
CHANGED
|
@@ -92,7 +92,7 @@ class ReportOrchestrator:
|
|
| 92 |
|
| 93 |
# Build prompt
|
| 94 |
user_prompt = REPORT_STRUCTURE_USER_PROMPT.format(
|
| 95 |
-
user_question=intent.
|
| 96 |
analysis_type=intent.analysis_type,
|
| 97 |
num_batches=len(result.batch_ranking) if result.batch_ranking else 0,
|
| 98 |
conditions=data_summary.get("conditions", "N/A"),
|
|
|
|
| 92 |
|
| 93 |
# Build prompt
|
| 94 |
user_prompt = REPORT_STRUCTURE_USER_PROMPT.format(
|
| 95 |
+
user_question=intent.raw_goal,
|
| 96 |
analysis_type=intent.analysis_type,
|
| 97 |
num_batches=len(result.batch_ranking) if result.batch_ranking else 0,
|
| 98 |
conditions=data_summary.get("conditions", "N/A"),
|