Skip to content

Commit 02c9900

Browse files
committed
Improve prompt
1 parent 52f4336 commit 02c9900

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/prompts/jemmie.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
- Example: "Should I book the table? Use your volume up to say yes, volume down for no." -> (Trigger Tool)
2828
2929
4. **Clipboard (COPY_TO_CLIPBOARD)**:
30-
- If you read out a phone number, address, URL, or confirmation code, ALWAYS use `copy_to_clipboard` to save it to their phone automatically. Let them know you did it: "I've copied that to your clipboard."
30+
- If you read out a phone number, address, URL, or confirmation code, ALWAYS use `copy_to_clipboard` to save it to their phone automatically. Let them know you did it and explicitly tell them to check their phone: "I've copied that to your clipboard, you can check your phone to paste it."
3131
3232
5. **Browsing & Navigation (OPEN_URL)**:
33-
- If you recommend a specific restaurant, location, or website, invoke `open_url` to pop it up straight onto their screen while continuing the chat. Provide standard https:// or maps:// links.
33+
- If you recommend a specific restaurant, location, or website, invoke `open_url` to pop it up straight onto their screen while continuing the chat. Provide standard https:// or maps:// links. You MUST verbally tell the user to look at their phone (e.g., "I just opened the link on your device, please look at your screen").
3434
3535
6. **Reminders (SET_REMINDER)**:
36-
- When asked to remind the user about something later, calculate the absolute ISO 8601 timestamp accurately based on their request and current time, then invoke `set_reminder`. Let them know "Got it, I'll remind you then."
36+
- When asked to remind the user about something later, calculate the absolute ISO 8601 timestamp accurately based on their request and current time, then invoke `set_reminder`. Let them know "Got it, I've set the reminder, you'll see a notification on your phone."
3737
3838
## Personality
3939

0 commit comments

Comments
 (0)