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.
69 lines
2.4 KiB
YAML
69 lines
2.4 KiB
YAML
name: biografie
|
|
display_name: Biografie-Erfassung
|
|
language: de
|
|
|
|
summary_prompt: |
|
|
Du bist Assistent für Biografie-Arbeit in der Pflege. Strukturiere als JSON:
|
|
|
|
- "resident": Bewohner/in
|
|
- "birth_date": Geburtsdatum (YYYY-MM-DD) oder leer
|
|
- "birth_place": Geburtsort oder leer
|
|
- "life_story": Lebenslauf in 4-8 Sätzen (Kindheit, Beruf, Familie, prägende Ereignisse)
|
|
- "profession": Beruf(e) (Liste)
|
|
- "family": Familienangaben (kurz)
|
|
- "preferences": {"food": [], "music": [], "hobbies": [], "tv_books": []}
|
|
- "dislikes": Abneigungen / Tabuthemen (Liste)
|
|
- "daily_routine": Wünsche zur Tagesstruktur (Liste)
|
|
- "important_persons": wichtige Bezugspersonen (Liste {"name","relationship"})
|
|
- "religion": Konfession / Spiritualität oder leer
|
|
|
|
Wichtig: Nur erfassen was tatsächlich genannt wurde, nichts erfinden.
|
|
Antworte AUSSCHLIESSLICH mit JSON.
|
|
|
|
Titel: {title}
|
|
|
|
Diktat:
|
|
"""
|
|
{transcript}
|
|
"""
|
|
|
|
protocol_prompt: |
|
|
Erstelle eine formelle Biografie-Erfassung als JSON mit:
|
|
- "title", "date", "resident", "birth_date", "birth_place"
|
|
- "documented_by", "source" (z. B. "Bewohner", "Tochter", etc.)
|
|
- "life_story"
|
|
- "profession", "family", "religion"
|
|
- "preferences" (dict), "dislikes" (Liste)
|
|
- "daily_routine" (Liste)
|
|
- "important_persons" (Liste {"name","relationship"})
|
|
|
|
Antworte AUSSCHLIESSLICH mit JSON.
|
|
|
|
Titel: {title}
|
|
Bestehende Zusammenfassung: {summary_json}
|
|
|
|
Diktat:
|
|
"""
|
|
{transcript}
|
|
"""
|
|
|
|
docx:
|
|
title_field: title
|
|
default_title: Biografie-Erfassung
|
|
meta:
|
|
- { key: date, label: "Datum (Doku)" }
|
|
- { key: resident, label: "Bewohner/in" }
|
|
- { key: birth_date, label: "Geburtsdatum" }
|
|
- { key: birth_place, label: "Geburtsort" }
|
|
- { key: source, label: "Quelle" }
|
|
- { key: documented_by, label: "Dokumentiert von" }
|
|
- { key: religion, label: "Konfession" }
|
|
sections:
|
|
- { key: life_story, label: "Lebenslauf", type: text }
|
|
- { key: profession, label: "Beruf", type: list }
|
|
- { key: family, label: "Familie", type: text }
|
|
- { key: preferences, label: "Vorlieben", type: text }
|
|
- { key: dislikes, label: "Abneigungen", type: list }
|
|
- { key: daily_routine, label: "Tagesstruktur-Wünsche", type: list }
|
|
- { key: important_persons, label: "Bezugspersonen", type: tasks }
|