@ai-sdk/openai
Advanced tools
Comparing version 0.0.45 to 0.0.46
@@ -421,3 +421,3 @@ "use strict"; | ||
const toolCalls = []; | ||
let finishReason = "other"; | ||
let finishReason = "unknown"; | ||
let usage = { | ||
@@ -986,3 +986,3 @@ promptTokens: Number.NaN, | ||
const { prompt: rawPrompt, ...rawSettings } = args; | ||
let finishReason = "other"; | ||
let finishReason = "unknown"; | ||
let usage = { | ||
@@ -989,0 +989,0 @@ promptTokens: Number.NaN, |
@@ -421,3 +421,3 @@ "use strict"; | ||
const toolCalls = []; | ||
let finishReason = "other"; | ||
let finishReason = "unknown"; | ||
let usage = { | ||
@@ -986,3 +986,3 @@ promptTokens: Number.NaN, | ||
const { prompt: rawPrompt, ...rawSettings } = args; | ||
let finishReason = "other"; | ||
let finishReason = "unknown"; | ||
let usage = { | ||
@@ -989,0 +989,0 @@ promptTokens: Number.NaN, |
@@ -418,3 +418,3 @@ "use strict"; | ||
const toolCalls = []; | ||
let finishReason = "other"; | ||
let finishReason = "unknown"; | ||
let usage = { | ||
@@ -983,3 +983,3 @@ promptTokens: Number.NaN, | ||
const { prompt: rawPrompt, ...rawSettings } = args; | ||
let finishReason = "other"; | ||
let finishReason = "unknown"; | ||
let usage = { | ||
@@ -986,0 +986,0 @@ promptTokens: Number.NaN, |
{ | ||
"name": "@ai-sdk/openai", | ||
"version": "0.0.45", | ||
"version": "0.0.46", | ||
"license": "Apache-2.0", | ||
@@ -28,4 +28,4 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@ai-sdk/provider": "0.0.18", | ||
"@ai-sdk/provider-utils": "1.0.10" | ||
"@ai-sdk/provider": "0.0.19", | ||
"@ai-sdk/provider-utils": "1.0.11" | ||
}, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
538192
+ Added@ai-sdk/provider@0.0.19(transitive)
+ Added@ai-sdk/provider-utils@1.0.11(transitive)
- Removed@ai-sdk/provider@0.0.18(transitive)
- Removed@ai-sdk/provider-utils@1.0.10(transitive)
Updated@ai-sdk/provider@0.0.19