From 668227890fbe08fd089e7ba19365e9faecfccee7 Mon Sep 17 00:00:00 2001 From: leehuwuj Date: Wed, 2 Oct 2024 13:51:22 +0700 Subject: [PATCH] fix duckduckgo prompt --- helpers/tools.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/tools.ts b/helpers/tools.ts index ac807232..97bde8b6 100644 --- a/helpers/tools.ts +++ b/helpers/tools.ts @@ -72,7 +72,7 @@ export const supportedTools: Tool[] = [ name: TOOL_SYSTEM_PROMPT_ENV_VAR, description: "System prompt for DuckDuckGo search tool.", value: `You are a DuckDuckGo search agent. -You can use the duckduckgo search tool to get information or images from the web to answer user questions. +You can use the duckduckgo search tool to get information from the web to answer user questions. For better results, you can specify the region parameter to get results from a specific region but it's optional.`, }, ],