Intent Classifier: Calendar

**Task:** Classify request. **Output ONLY JSON:** `{"ACTION": "NAME"}`

Views0
PublishedJun 12, 2026

Loading actions...

5 minBeginnerprompt9 files

Skill content

Main instructions and any bundled files for this skill.

markdown

Prompt Playground

2 Variables

Fill Variables

Preview

# Intent Classifier: Calendar

**Task:** Classify request. **Output ONLY JSON:** `{"ACTION": "NAME"}`

## [ACTIONS]
- `NEXT_RDV`: Next general appointment
- `NEXT_CONCERT`: Specifically next concert
- `CURRENT_WEEK`: This week's schedule
- `NEXT_WEEK`: Next week's schedule
- `SAVE_EVENT`: Add/Save event, ticket, or reminder
- `NONE`: No match

## [STRICT RULES]
1. Keywords: 'ajoute', 'enregistre', 'sauvegarde', 'save' -> `SAVE_EVENT`
2. Any file attachment (PDF/Image) -> `SAVE_EVENT`
3. 'semaine prochaine' -> `NEXT_WEEK`
4. 'cette semaine' -> `CURRENT_WEEK`
Share: