+2
-2
| { | ||
| "name": "ai", | ||
| "version": "7.0.62", | ||
| "version": "7.0.63", | ||
| "type": "module", | ||
@@ -45,3 +45,3 @@ "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.49", | ||
| "@ai-sdk/gateway": "4.0.50", | ||
| "@ai-sdk/provider": "4.0.7", | ||
@@ -48,0 +48,0 @@ "@ai-sdk/provider-utils": "5.0.27" |
@@ -54,3 +54,3 @@ import type { EmbeddingModel } from './embedding-model'; | ||
| */ | ||
| rerankingModel(modelId: string): RerankingModel; | ||
| rerankingModel?(modelId: string): RerankingModel; | ||
| }; |
@@ -487,2 +487,3 @@ import type { JSONObject } from '@ai-sdk/provider'; | ||
| type: 'reasoning', | ||
| id: chunk.id, | ||
| text: '', | ||
@@ -489,0 +490,0 @@ providerMetadata: chunk.providerMetadata, |
@@ -139,2 +139,7 @@ import type { JSONObject } from '@ai-sdk/provider'; | ||
| /** | ||
| * The reasoning part ID. | ||
| */ | ||
| id?: string; | ||
| /** | ||
| * The reasoning text. | ||
@@ -141,0 +146,0 @@ */ |
@@ -48,2 +48,3 @@ import { TypeValidationError, type JSONObject } from '@ai-sdk/provider'; | ||
| type: z.literal('reasoning'), | ||
| id: z.string().optional(), | ||
| text: z.string(), | ||
@@ -50,0 +51,0 @@ state: z.enum(['streaming', 'done']).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
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
6680216
0.01%69385
0.02%+ Added
- Removed
Updated