This commit is contained in:
Andrew Pareles 2025-05-10 18:10:00 -07:00
parent 7748dc4f2d
commit 2934f9a3c5

View file

@ -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)