Dhruv-Ty commited on
Commit
d80b965
·
verified ·
1 Parent(s): cee5d45

Update src/report_generator.py

Browse files
Files changed (1) hide show
  1. 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,