Files
resolutionflow/backend/app/schemas/session_to_flow.py
chihlasm ffc2fcda6d feat: add session-to-flow request/response schemas (Task 19)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 13:34:22 -04:00

14 lines
305 B
Python

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