Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -588,7 +588,7 @@ def followup_agent(query: FollowupQueryModel, background_tasks: BackgroundTasks,
|
|
588 |
"tools": tools
|
589 |
}
|
590 |
|
591 |
-
yield "<json>"
|
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
|