Spaces:
Running
Running
Update alz_companion/prompts.py
Browse files- alz_companion/prompts.py +8 -0
alz_companion/prompts.py
CHANGED
|
@@ -77,6 +77,7 @@ ROUTER_PROMPT = """You are an expert NLU router. Classify the user’s query int
|
|
| 77 |
8) list_music_request — The user asks to list, name, or identify the songs or music they like or have in their library.
|
| 78 |
|
| 79 |
Examples:
|
|
|
|
| 80 |
User: “I was giving a talk and suddenly couldn’t find the word.” → caregiving_scenario
|
| 81 |
User: “You’ve stolen my watch!” → caregiving_scenario
|
| 82 |
User: "I forgot the address for John Black." → caregiving_scenario
|
|
@@ -84,6 +85,13 @@ User: "I was remembering the music at our wedding." → caregiving_scenario
|
|
| 84 |
User: "How do I choose the right songs for him?" → caregiving_scenario
|
| 85 |
User: "I’d like to keep lecturing—if I can." → caregiving_scenario
|
| 86 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
User: “What is my daughter’s name?” → factual_question
|
| 88 |
User: "Who was my long-term partner I lived with in New York?" → factual_question
|
| 89 |
User: "What are my favorite movies?" → factual_question
|
|
|
|
| 77 |
8) list_music_request — The user asks to list, name, or identify the songs or music they like or have in their library.
|
| 78 |
|
| 79 |
Examples:
|
| 80 |
+
# --- Caregiving PATIENT
|
| 81 |
User: “I was giving a talk and suddenly couldn’t find the word.” → caregiving_scenario
|
| 82 |
User: “You’ve stolen my watch!” → caregiving_scenario
|
| 83 |
User: "I forgot the address for John Black." → caregiving_scenario
|
|
|
|
| 85 |
User: "How do I choose the right songs for him?" → caregiving_scenario
|
| 86 |
User: "I’d like to keep lecturing—if I can." → caregiving_scenario
|
| 87 |
|
| 88 |
+
# --- START: NEW CAREGIVER EXAMPLES ---
|
| 89 |
+
User: "My father is convinced his carer stole his watch, but he just can't remember where he put it." → caregiving_scenario
|
| 90 |
+
User: "He seems so lost and is asking who I am. He doesn't recognize me in his own home." → caregiving_scenario
|
| 91 |
+
User: "My wife has become very attached to another man in the nursing home." → caregiving_scenario
|
| 92 |
+
User: "How do I choose the right songs for him?" → caregiving_scenario
|
| 93 |
+
# --- END: NEW CAREGIVER EXAMPLES ---
|
| 94 |
+
|
| 95 |
User: “What is my daughter’s name?” → factual_question
|
| 96 |
User: "Who was my long-term partner I lived with in New York?" → factual_question
|
| 97 |
User: "What are my favorite movies?" → factual_question
|