voice-agent/mac-worker/profiles/angehoerigengespraech.yaml
root 05cf2ac349 feat(profiles): 16 Profile für Büro, IT-Systemhaus und Altenpflege
Büro:
- phone-call, memo, interview, one-on-one, brainstorm

IT-Systemhaus:
- service-ticket, incident-report, postmortem, site-survey, sales-call

Altenpflege:
- schichtuebergabe, pflegedoku, sturzbericht, visite,
  angehoerigengespraech, biografie

Alle Profile mit summary_prompt + protocol_prompt + docx-Layout.
Pflegeprofile mit explizitem "nichts erfinden"-Hinweis im Prompt.
2026-05-14 03:34:17 +00:00

63 lines
1.9 KiB
YAML

name: angehoerigengespraech
display_name: Angehörigengespräch
language: de
summary_prompt: |
Du bist Pflege-Assistent. Strukturiere das Angehörigengespräch als JSON:
- "resident": Bewohner/in
- "relative": Angehörige/r
- "relationship": Beziehung (z. B. "Tochter", "Ehemann")
- "channel": "persönlich" / "telefonisch" / "videocall"
- "summary": Gesprächs-Zusammenfassung in 2-4 Sätzen
- "topics": besprochene Themen (Liste)
- "wishes": Wünsche / Anliegen (Liste)
- "complaints": Beschwerden / Kritik (Liste)
- "agreements": Vereinbarungen (Liste)
- "next_contact": geplanter Folgekontakt oder leer
Antworte AUSSCHLIESSLICH mit JSON.
Titel: {title}
Diktat:
"""
{transcript}
"""
protocol_prompt: |
Erstelle ein Angehörigengesprächs-Protokoll als JSON mit:
- "title", "date", "resident", "relative", "relationship"
- "channel", "documented_by"
- "summary"
- "topics" (Liste), "wishes" (Liste), "complaints" (Liste)
- "agreements" (Liste), "next_contact"
Antworte AUSSCHLIESSLICH mit JSON.
Titel: {title}
Bestehende Zusammenfassung: {summary_json}
Diktat:
"""
{transcript}
"""
docx:
title_field: title
default_title: Angehörigengespräch
meta:
- { key: date, label: "Datum" }
- { key: resident, label: "Bewohner/in" }
- { key: relative, label: "Angehörige/r" }
- { key: relationship, label: "Beziehung" }
- { key: channel, label: "Kontaktart" }
- { key: documented_by, label: "Dokumentiert von" }
- { key: next_contact, label: "Folgekontakt" }
sections:
- { key: summary, label: "Gesprächsverlauf", type: text }
- { key: topics, label: "Themen", type: list }
- { key: wishes, label: "Wünsche", type: list }
- { key: complaints, label: "Beschwerden", type: list }
- { key: agreements, label: "Vereinbarungen", type: list }