From d752f63fae94e60b260c4d28f5ab1fa5cf8df877 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 16 Jun 2023 00:48:11 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9B=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/summarize-news.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({