+3
-3
| { | ||
| "name": "ai", | ||
| "version": "7.0.38", | ||
| "version": "7.0.39", | ||
| "type": "module", | ||
@@ -45,5 +45,5 @@ "description": "AI SDK by Vercel - build apps like ChatGPT, Claude, Gemini, and more with a single interface for any model using the Vercel AI Gateway or go direct to OpenAI, Anthropic, Google, or any other model provider.", | ||
| "dependencies": { | ||
| "@ai-sdk/gateway": "4.0.29", | ||
| "@ai-sdk/gateway": "4.0.30", | ||
| "@ai-sdk/provider": "4.0.4", | ||
| "@ai-sdk/provider-utils": "5.0.13" | ||
| "@ai-sdk/provider-utils": "5.0.14" | ||
| }, | ||
@@ -50,0 +50,0 @@ "devDependencies": { |
@@ -99,4 +99,5 @@ import type { JSONValue } from '@ai-sdk/provider'; | ||
| * | ||
| * @param experimental_repairText - A function that attempts to repair the raw output of the model | ||
| * @param repairText - A function that attempts to repair the raw output of the model | ||
| * to enable JSON parsing. | ||
| * @param experimental_repairText - Deprecated alias for `repairText`. | ||
| * | ||
@@ -173,2 +174,10 @@ * @param telemetry - Optional telemetry configuration. | ||
| */ | ||
| repairText?: RepairTextFunction; | ||
| /** | ||
| * A function that attempts to repair the raw output of the model | ||
| * to enable JSON parsing. | ||
| * | ||
| * @deprecated Use `repairText` instead. | ||
| */ | ||
| experimental_repairText?: RepairTextFunction; | ||
@@ -270,3 +279,4 @@ | ||
| headers, | ||
| experimental_repairText: repairText, | ||
| experimental_repairText, | ||
| repairText = experimental_repairText, | ||
| experimental_telemetry, | ||
@@ -273,0 +283,0 @@ telemetry = experimental_telemetry, |
@@ -171,2 +171,6 @@ import type { | ||
| * | ||
| * @param repairText - A function that attempts to repair the raw output of the model | ||
| * to enable JSON parsing. | ||
| * @param experimental_repairText - Deprecated alias for `repairText`. | ||
| * | ||
| * @param telemetry - Optional telemetry configuration. | ||
@@ -235,2 +239,10 @@ * | ||
| */ | ||
| repairText?: RepairTextFunction; | ||
| /** | ||
| * A function that attempts to repair the raw output of the model | ||
| * to enable JSON parsing. | ||
| * | ||
| * @deprecated Use `repairText` instead. | ||
| */ | ||
| experimental_repairText?: RepairTextFunction; | ||
@@ -351,3 +363,4 @@ | ||
| headers, | ||
| experimental_repairText: repairText, | ||
| experimental_repairText, | ||
| repairText = experimental_repairText, | ||
| experimental_telemetry, | ||
@@ -354,0 +367,0 @@ telemetry = experimental_telemetry, |
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 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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
6513427
0.1%67108
0.06%+ Added
+ Added
- Removed
- Removed
Updated