🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ai-sdk/google

Package Overview
Dependencies
Maintainers
3
Versions
579
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ai-sdk/google - npm Package Compare versions

Comparing version
2.0.82
to
2.0.83
+6
-0
CHANGELOG.md
# @ai-sdk/google
## 2.0.83
### Patch Changes
- e5f1c62: fix(provider/google): associate multiple code execution results with their tool call
## 2.0.82

@@ -4,0 +10,0 @@

+1
-3

@@ -970,3 +970,3 @@ // src/google-generative-ai-language-model.ts

type: "tool-result",
// Assumes a result directly follows its corresponding call part.
// Results correspond to the most recent executable code part.
toolCallId: lastCodeExecutionToolCallId,

@@ -980,3 +980,2 @@ toolName: "code_execution",

});
lastCodeExecutionToolCallId = void 0;
} else if ("text" in part && part.text != null) {

@@ -1165,3 +1164,2 @@ const thoughtSignatureMetadata = part.thoughtSignature ? { google: { thoughtSignature: part.thoughtSignature } } : void 0;

});
lastCodeExecutionToolCallId = void 0;
}

@@ -1168,0 +1166,0 @@ } else if ("text" in part && part.text != null) {

{
"name": "@ai-sdk/google",
"version": "2.0.82",
"version": "2.0.83",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "sideEffects": false,

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display