diff --git a/src/vs/workbench/contrib/void/electron-main/llmMessage/sendLLMMessage.impl.ts b/src/vs/workbench/contrib/void/electron-main/llmMessage/sendLLMMessage.impl.ts index e1a55457..5174e910 100644 --- a/src/vs/workbench/contrib/void/electron-main/llmMessage/sendLLMMessage.impl.ts +++ b/src/vs/workbench/contrib/void/electron-main/llmMessage/sendLLMMessage.impl.ts @@ -759,7 +759,7 @@ const sendGeminiChat = async ({ const functionCall = functionCalls[0] // Get the first function call toolName = functionCall.name ?? '' toolParamsStr = JSON.stringify(functionCall.args ?? {}) - toolId += functionCall.id ?? '' + toolId = functionCall.id ?? '' } // (do not handle reasoning yet)