We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1e234 commit df9ea9dCopy full SHA for df9ea9d
1 file changed
src/backend/v4/api/router.py
@@ -500,7 +500,7 @@ async def plan_approval(
500
# Don't let WebSocket send failure break the HTTP response
501
logging.warning(f"Failed to send WebSocket error: {ws_error}")
502
raise HTTPException(status_code=500, detail="Internal server error")
503
-
+
504
return None
505
506
@@ -640,7 +640,7 @@ async def user_clarification(
640
raise HTTPException(
641
status_code=404, detail="No active plan found for clarification"
642
)
643
644
645
646
0 commit comments