Skip to content

Commit

Permalink
change initial message
Browse files Browse the repository at this point in the history
  • Loading branch information
yinishi committed May 13, 2024
1 parent 7d49f84 commit c1e37f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/Views.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { match } from 'ts-pattern';

function getInitialMessage() {
const today = format(new Date(), 'LLLL do, yyyy');
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.`;
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.`;
}

export type ViewsProps = Record<never, never>;
Expand Down

0 comments on commit c1e37f1

Please sign in to comment.