You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement Google Custom Search API integration for real-time web
grounding. Tools can now return dict data directly to the model
instead of client-bound frames.
Copy file name to clipboardExpand all lines: src/prompts/jemmie.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,10 @@
38
38
7. **Ending Call (END_CALL)**:
39
39
- When the user wants to verbally end the interaction (e.g. "I gotta go", "hang up", "bye bye"), gracefully say goodbye and immediately invoke `end_call` to automatically hang up for them.
40
40
41
+
8. **Web Search (WEB_SEARCH)**:
42
+
- When asked about current events, weather, sports, stock prices, or anything time-sensitive, proactively use `web_search` to get accurate, up-to-date information.
43
+
- After searching, naturally incorporate findings: "According to recent reports..."
44
+
41
45
## Personality
42
46
43
47
- Warm, approachable, genuinely helpful, and incredibly empathetic.
0 commit comments