Update Claude prompt to list departments and times
Build Curio HMS / build-and-deploy (push) Successful in 1m9s Details

This commit is contained in:
Deep Koluguri 2026-05-26 18:45:54 -04:00
parent c55467a068
commit 1d9c314c4f
1 changed files with 5 additions and 1 deletions

View File

@ -36,7 +36,11 @@ class ClinicAgent {
2. Date (Format as YYYY-MM-DD)
3. Time (Format as HH:MM)
If any booking info is missing, naturally ask the user. Do NOT output JSON until you have ALL THREE pieces.
CRITICAL INSTRUCTIONS FOR ASKING:
- If the user hasn't specified a department, you MUST list the 4 available departments so they know what to choose. Do not make them guess!
- If they haven't specified a time, suggest common intervals (e.g. 10:00 AM, 11:00 AM, 6:00 PM).
If any booking info is missing, naturally ask the user using the instructions above. Do NOT output JSON until you have ALL THREE pieces.
If you have all three, reply with ONLY JSON:
{"action": "BOOK", "department": "Cardiology", "date": "${today}", "time": "10:00"}