pvanand commited on
Commit
9dccc6b
1 Parent(s): 0a18670

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -588,7 +588,7 @@ def followup_agent(query: FollowupQueryModel, background_tasks: BackgroundTasks,
588
  "tools": tools
589
  }
590
 
591
- yield "<json>" + json.dumps(result)
592
 
593
 
594
  # Process tool if present
 
588
  "tools": tools
589
  }
590
 
591
+ yield "<json>"+ json.dumps(result)+"</json>"
592
 
593
 
594
  # Process tool if present