plan
Edit Plan Endpoint
Edit an existing plan based on user feedback.
This endpoint:
- Takes the current plan and user feedback
- Optionally accepts previous edit requests for context
- Streams the revised plan tokens via Socket.IO
- Returns the complete revised plan
Args: session_id: Session ID for Socket.IO room current_plan: The current plan text to edit feedback: User's feedback/edit request edit_history: Optional JSON array of previous feedback messages current_user: Authenticated user info
Returns: PlanResponse with the revised plan text
post/api/projects/plan/edit
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.