diff --git a/examples/summarize-news.ts b/examples/summarize-news.ts index fdef610..3a3adeb 100644 --- a/examples/summarize-news.ts +++ b/examples/summarize-news.ts @@ -9,7 +9,7 @@ async function main() { const agentic = new Agentic({ openai }) const res = await agentic - .gpt4(`Summarize latest news about {{topic}} using markdown.`) + .gpt4(`Summarize the latest news on {{topic}} using markdown.`) .tools([new SerpAPITool()]) .input( z.object({