diff --git a/backend/app/schemas/session_to_flow.py b/backend/app/schemas/session_to_flow.py new file mode 100644 index 00000000..1c9a3b3f --- /dev/null +++ b/backend/app/schemas/session_to_flow.py @@ -0,0 +1,13 @@ +from pydantic import BaseModel + + +class SessionToFlowRequest(BaseModel): + session_id: str + + +class SessionToFlowResponse(BaseModel): + name: str + description: str + tree_type: str # Always "procedural" + tags: list[str] + tree_structure: dict # Procedural steps with optional fallback_steps