@ai-sdk/google
Advanced tools
Comparing version
# @ai-sdk/google | ||
## 1.1.18 | ||
### Patch Changes | ||
- 5c8f512: feat (provider/google): add seed support | ||
## 1.1.17 | ||
@@ -4,0 +10,0 @@ |
@@ -405,8 +405,2 @@ "use strict"; | ||
const warnings = []; | ||
if (seed != null) { | ||
warnings.push({ | ||
type: "unsupported-setting", | ||
setting: "seed" | ||
}); | ||
} | ||
const generationConfig = { | ||
@@ -421,2 +415,3 @@ // standardized settings: | ||
stopSequences, | ||
seed, | ||
// response format: | ||
@@ -423,0 +418,0 @@ responseMimeType: (responseFormat == null ? void 0 : responseFormat.type) === "json" ? "application/json" : void 0, |
@@ -403,8 +403,2 @@ "use strict"; | ||
const warnings = []; | ||
if (seed != null) { | ||
warnings.push({ | ||
type: "unsupported-setting", | ||
setting: "seed" | ||
}); | ||
} | ||
const generationConfig = { | ||
@@ -419,2 +413,3 @@ // standardized settings: | ||
stopSequences, | ||
seed, | ||
// response format: | ||
@@ -421,0 +416,0 @@ responseMimeType: (responseFormat == null ? void 0 : responseFormat.type) === "json" ? "application/json" : void 0, |
{ | ||
"name": "@ai-sdk/google", | ||
"version": "1.1.17", | ||
"version": "1.1.18", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
373400
-0.31%3882
-0.51%