feat: show patient dashboard artifact on selection

This commit is contained in:
colinislit
2025-12-27 20:50:39 +01:00
parent eed3c8c80c
commit 43467f07fa
9 changed files with 483 additions and 25 deletions

View File

@@ -15,7 +15,7 @@ export type SwiftIntent =
| 'overdracht'
| 'unknown';
export type BlockType = Exclude<SwiftIntent, 'unknown'> | 'fallback';
export type BlockType = Exclude<SwiftIntent, 'unknown'> | 'fallback' | 'patient-dashboard';
// Chat types (v3.0)
export type ChatMessageType = 'user' | 'assistant' | 'system' | 'error';
@@ -44,6 +44,7 @@ export interface ExtractedEntities {
patientId?: string;
category?: VerpleegkundigCategory;
content?: string;
query?: string;
}
// Block prefill data