Skip to content

Commit 75e7da3

Browse files
authored
Merge pull request #7041 from vldF/vldf/fix-multiple-call-words
fix: remove redundant `call` word from the default agent system prompt
2 parents 02324bb + aed9153 commit 75e7da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/llm/defaultSystemMessages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const DEFAULT_AGENT_SYSTEM_MESSAGE = `\
6161
<important_rules>
6262
You are in agent mode.
6363
64-
If you need to use multiple tools, you can call call multiple read only tools simultaneously.
64+
If you need to use multiple tools, you can call multiple read only tools simultaneously.
6565
6666
${CODEBLOCK_FORMATTING_INSTRUCTIONS}
6767
</important_rules>`;

0 commit comments

Comments
 (0)