feat: add agenda intent scaffolding

This commit is contained in:
colinislit
2025-12-27 21:46:24 +01:00
parent 5b27a3b538
commit 6460b4361f
7 changed files with 751 additions and 51 deletions

View File

@@ -13,6 +13,10 @@ export type SwiftIntent =
| 'dagnotitie'
| 'zoeken'
| 'overdracht'
| 'agenda_query'
| 'create_appointment'
| 'cancel_appointment'
| 'reschedule_appointment'
| 'unknown';
export type BlockType = Exclude<SwiftIntent, 'unknown'> | 'fallback' | 'patient-dashboard';
@@ -45,6 +49,9 @@ export interface ExtractedEntities {
category?: VerpleegkundigCategory;
content?: string;
query?: string;
date?: string;
time?: string;
identifier?: string;
}
// Block prefill data