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
Copy file name to clipboardexpand all lines: src/Views/Views.tsx
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ import { match } from 'ts-pattern';
10
10
11
11
functiongetInitialMessage(){
12
12
consttoday=format(newDate(),'LLLL do, yyyy');
13
-
return`Start your response with: "Welcome to Chatter, an interactive news podcast. The date is ${today}." Then, ask me what my favorite news sources are. Do not acknowledge that you received this request.`;
13
+
return`Start your response with: "Welcome to Chatter, an interactive news podcast. The date is ${today}." Then, use the web_search tool to answer this question: what are the top 3 news stories of today? Do not acknowledge that you received this request.`;
0 commit comments