mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
+= -> =
This commit is contained in:
parent
7748dc4f2d
commit
2934f9a3c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue