You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@ai-sdk/google

Package Overview
Dependencies
Maintainers
3
Versions
407
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
4.0.0-beta.5
to
4.0.0-beta.6
+6
-0
CHANGELOG.md
# @ai-sdk/google
## 4.0.0-beta.6
### Patch Changes
- add4326: fix(provider/google): correct JSDoc for multimodal embedding content option
## 4.0.0-beta.5

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

+1
-1
{
"name": "@ai-sdk/google",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.6",
"license": "Apache-2.0",

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

@@ -58,4 +58,4 @@ import {

* Optional. Multimodal content parts for embedding non-text content
* (images, video, PDF, audio). When provided, these parts are used
* instead of the text values in the embedding request.
* (images, video, PDF, audio). When provided, these parts are merged
* with the text values in the embedding request.
*/

@@ -62,0 +62,0 @@ content: z.array(googleEmbeddingContentPartSchema).min(1).optional(),

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