Spaces:
Sleeping
Sleeping
| # Highlevel clarifying question - ONLY for truly ambiguous cases | |
| # This should rarely be shown since stricter thresholds are in clarifying.py | |
| - question_id: "HL_AMBIGUOUS_SITUATION" | |
| applies_to_topic_groups: ["sick_day", "travel", "diet", "complication", "other"] | |
| text: "ご質問の状況をもう少し教えていただけますか?" | |
| choices: | |
| - id: "A" | |
| text: "今すぐ対処が必要な状況です(体調不良、低血糖の症状など)" | |
| update_state: | |
| urgency: "immediate" | |
| - id: "B" | |
| text: "今後のために知識として知りたいです" | |
| update_state: | |
| urgency: "knowledge" | |
| - id: "C" | |
| text: "特定の場面での対応を確認したいです(旅行、食事など)" | |
| update_state: | |
| urgency: "planning" | |