Skip to content

Commit

Permalink
fix duckduckgo prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
leehuwuj committed Oct 2, 2024
1 parent 49e6493 commit 6682278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.`,
},
],
Expand Down

0 comments on commit 6682278

Please sign in to comment.