Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/main/resources/prompt/routineV4.prompt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ Constraint: Output ONLY raw JSON. No markdown, no comments.
- totalMinutes: targetSessions * 50
- estimatedCalories: 300-400 kcal per session
- tag: Translate category to Korean if needed (e.g., 'HEALTH' -> '헬스').
- type: Derive a natural **Korean sport name** (e.g., '수영', '헬스', '요가') from 'programName' or 'subCategory'.
**CRITICAL:** DO NOT use specific internal class codes or IDs (e.g., 'WorkerA18', 'MorningClass_B'). Simplify it to the main sport name.

4. Formatting:
- Schedule MUST be sorted by day (Mon -> Sun).
Expand Down
Loading