@ai-sdk/google 2.0.47 → 2.0.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  } from "@ai-sdk/provider-utils";
8
8
 
9
9
  // src/version.ts
10
- var VERSION = true ? "2.0.47" : "0.0.0-test";
10
+ var VERSION = true ? "2.0.48" : "0.0.0-test";
11
11
 
12
12
  // src/google-generative-ai-embedding-model.ts
13
13
  import {
@@ -497,7 +497,7 @@ var googleGenerativeAIProviderOptions = lazySchema4(
497
497
  thinkingBudget: z4.number().optional(),
498
498
  includeThoughts: z4.boolean().optional(),
499
499
  // https://ai.google.dev/gemini-api/docs/gemini-3?thinking=high#thinking_level
500
- thinkingLevel: z4.enum(["low", "medium", "high"]).optional()
500
+ thinkingLevel: z4.enum(["minimal", "low", "medium", "high"]).optional()
501
501
  }).optional(),
502
502
  /**
503
503
  * Optional.