Baida07 commited on
Commit
fbc619f
·
verified ·
1 Parent(s): 0eec8d5

fix: repair syntax and corruption in api/agent_task_routes.py

Browse files
Files changed (1) hide show
  1. 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
+ )