+4
-4
| { | ||
| "name": "ai", | ||
| "version": "7.0.5", | ||
| "version": "7.0.6", | ||
| "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.4", | ||
| "@ai-sdk/provider": "4.0.0", | ||
| "@ai-sdk/provider-utils": "5.0.1" | ||
| "@ai-sdk/gateway": "4.0.5", | ||
| "@ai-sdk/provider-utils": "5.0.1", | ||
| "@ai-sdk/provider": "4.0.0" | ||
| }, | ||
@@ -50,0 +50,0 @@ "devDependencies": { |
+14
-0
@@ -110,2 +110,9 @@ import type { | ||
| /** | ||
| * Callback that is called before each tool execution begins. | ||
| * | ||
| * @deprecated Use `onToolExecutionStart` instead. | ||
| */ | ||
| experimental_onToolCallStart?: OnToolExecutionStartCallback<TOOLS>; | ||
| /** | ||
| * Callback that is called after each tool execution completes. | ||
@@ -116,2 +123,9 @@ */ | ||
| /** | ||
| * Callback that is called after each tool execution completes. | ||
| * | ||
| * @deprecated Use `onToolExecutionEnd` instead. | ||
| */ | ||
| experimental_onToolCallFinish?: OnToolExecutionEndCallback<TOOLS>; | ||
| /** | ||
| * Callback that is called when each step (LLM call) ends, including intermediate steps. | ||
@@ -118,0 +132,0 @@ */ |
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
6277074
0.02%64342
0.04%+ Added
- Removed
Updated