pvanand commited on
Commit
3767b3a
·
verified ·
1 Parent(s): e36d1a0

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -471,7 +471,7 @@ async def followup_agent(query: FollowupQueryModel, background_tasks: Background
471
 
472
  result = {
473
  "response": response_content,
474
- "clarification": clarification['questions'] if clarification else None
475
  }
476
 
477
  yield "\n\n" + json.dumps(result)
 
471
 
472
  result = {
473
  "response": response_content,
474
+ "clarification": clarification
475
  }
476
 
477
  yield "\n\n" + json.dumps(result)