Kevinshh commited on
Commit
7f559b0
·
verified ·
1 Parent(s): 366270f

Upload report_orchestrator.py

Browse files
Files changed (1) hide show
  1. layers/report_orchestrator.py +1 -1
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.user_question_raw,
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"),