Skip to content

Commit c1e37f1

Browse files
committed
change initial message
1 parent 7d49f84 commit c1e37f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/Views.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { match } from 'ts-pattern';
1010

1111
function getInitialMessage() {
1212
const today = format(new Date(), '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.`;
1414
}
1515

1616
export type ViewsProps = Record<never, never>;

0 commit comments

Comments
 (0)