Spaces:
Running
Running
fix: repair syntax and corruption in api/agent_task_routes.py
Browse files- api/agent_task_routes.py +2 -0
api/agent_task_routes.py
CHANGED
|
@@ -792,3 +792,5 @@ async def stream_agent_task(task_id: str, request: Request, resume: int = 0):
|
|
| 792 |
headers={
|
| 793 |
'Cache-Control': 'no-cache',
|
| 794 |
'X-Accel-Buffering': 'no',
|
|
|
|
|
|
|
|
|
| 792 |
headers={
|
| 793 |
'Cache-Control': 'no-cache',
|
| 794 |
'X-Accel-Buffering': 'no',
|
| 795 |
+
}
|
| 796 |
+
)
|