Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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
|
| 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)
|