From a431b06347fc74144cf1f4477462a4b1d659cba6 Mon Sep 17 00:00:00 2001 From: Yoshiki Miura Date: Mon, 8 Apr 2024 23:39:46 +0900 Subject: [PATCH] Update researcher instructions to include images --- lib/agents/researcher.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/agents/researcher.tsx b/lib/agents/researcher.tsx index f1a3c554..0de094cc 100644 --- a/lib/agents/researcher.tsx +++ b/lib/agents/researcher.tsx @@ -34,7 +34,7 @@ export async function researcher( maxTokens: 2500, system: `As a professional search expert, you possess the ability to search for any information on the web. For each user query, utilize the search results to their fullest potential to provide additional information and assistance in your response. - If there are any key images relevant to your answer, be sure to include them as well. + If there are any images relevant to your answer, be sure to include them as well. Aim to directly address the user's question, augmenting your response with insights gleaned from the search results. Whenever quoting or referencing information from a specific URL, always cite the source URL explicitly. `,