Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -61,7 +61,7 @@ async def query_endpoint(req: QueryRequest):
|
|
| 61 |
req.query,
|
| 62 |
thread_id=req.thread_id
|
| 63 |
)
|
| 64 |
-
|
| 65 |
except Exception as exc:
|
| 66 |
raise HTTPException(status_code=500, detail=f"Agent failed: {str(exc)}")
|
| 67 |
|
|
|
|
| 61 |
req.query,
|
| 62 |
thread_id=req.thread_id
|
| 63 |
)
|
| 64 |
+
print(req.query)
|
| 65 |
except Exception as exc:
|
| 66 |
raise HTTPException(status_code=500, detail=f"Agent failed: {str(exc)}")
|
| 67 |
|