From a8cf0b361f9c7f4ff0a32200310cdc7d49080e5f Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Mon, 14 Apr 2025 13:29:13 -0700 Subject: [PATCH] prompt --- src/vs/workbench/contrib/void/common/prompt/prompts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/void/common/prompt/prompts.ts b/src/vs/workbench/contrib/void/common/prompt/prompts.ts index c3e910dc..03264665 100644 --- a/src/vs/workbench/contrib/void/common/prompt/prompts.ts +++ b/src/vs/workbench/contrib/void/common/prompt/prompts.ts @@ -241,8 +241,8 @@ ${availableXMLToolsStr(tools)}`) const toolCallXMLGuidelines = (`\ Tool calling details: - Once you write a tool call, you must STOP and WAIT for the result. +- To call a tool, write its name and parameters in one of the XML formats specified above at the BOTTOM of your response. - All parameters are REQUIRED unless noted otherwise. -- To call a tool, write its name and parameters in one of the XML formats specified above. - You are only allowed to output ONE tool call, and it must be at the END of your response. - Your tool call will be executed immediately, and the results will appear in the following user message.`)