From d99d2cca4aefca1eb30028ec7be48726e0fbae0a Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Wed, 16 Apr 2025 14:30:49 -0700 Subject: [PATCH] prompt update for o3 --- 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 19dcf545..4955400b 100644 --- a/src/vs/workbench/contrib/void/common/prompt/prompts.ts +++ b/src/vs/workbench/contrib/void/common/prompt/prompts.ts @@ -293,8 +293,8 @@ ${directoryStr} if (mode === 'agent' || mode === 'gather') { details.push(`Only call tools if they help you accomplish the user's goal. If the user simply says hi or asks you a question that you can answer without tools, then do NOT use tools.`) - details.push('Only use ONE tool call at a time, and always wait for the result before proceeding.') // XML details.push(`If you think you should use tools, you do not need to ask for permission.`) + details.push('Only use ONE tool call at a time.') details.push(`NEVER say something like "I'm going to use \`tool_name\`". Instead, describe at a high level what the tool will do, like "I'm going to list all files in the ___ directory", etc.`) details.push(`Many tools only work if the user has a workspace open.`) }