+1
-1
| { | ||
| "name": "ai", | ||
| "version": "7.0.43", | ||
| "version": "7.0.44", | ||
| "type": "module", | ||
@@ -5,0 +5,0 @@ "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.", |
@@ -425,2 +425,3 @@ import { | ||
| let responseId = generateId(); | ||
| let responseModelId = modelId; | ||
| let timeToFirstOutputMs: number | undefined; | ||
@@ -594,3 +595,3 @@ let previousOutputChunkTimestampMs: number | undefined; | ||
| provider, | ||
| modelId, | ||
| modelId: responseModelId, | ||
| finishReason: chunk.finishReason.unified, | ||
@@ -744,2 +745,3 @@ usage, | ||
| responseId = chunk.id ?? responseId; | ||
| responseModelId = chunk.modelId ?? responseModelId; | ||
@@ -746,0 +748,0 @@ controller.enqueue({ |
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 too big to display
6561722
0.01%67581
0.01%