finalize ai assistenat

This commit is contained in:
colinislit
2025-12-01 16:14:30 +01:00
parent 1782809599
commit 54f2c36eba
5 changed files with 201 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ export function DocsChatWidget() {
</div>
<div>
<h2 className="font-semibold text-slate-900 text-sm">
Documentatie Assistent
EPD Assistent
</h2>
<p className="text-xs text-slate-500">
Stel vragen over het EPD

View File

@@ -44,7 +44,7 @@ const WELCOME_MESSAGE: ChatMessage = {
id: 'welcome',
role: 'assistant',
content:
'Hallo! Ik ben de documentatie assistent voor het Mini-EPD. Stel me een vraag over het systeem, bijvoorbeeld:\n\n• Hoe maak ik een intake aan?\n• Hoe werkt de spraakherkenning?\n• Waar vind ik het behandelplan?',
'Hallo! Ik ben je EPD assistent voor het Mini-EPD. Stel me een vraag over het systeem, bijvoorbeeld:\n\n• Hoe maak ik een intake aan?\n• Hoe werkt de spraakherkenning?\n• Waar vind ik het behandelplan?',
}
/**