@ai-sdk/openai
Advanced tools
Comparing version 0.0.48 to 0.0.49
@@ -186,5 +186,8 @@ "use strict"; | ||
message: import_zod.z.string(), | ||
type: import_zod.z.string(), | ||
param: import_zod.z.any().nullable(), | ||
code: import_zod.z.string().nullable() | ||
// The additional information below is handled loosely to support | ||
// OpenAI-compatible providers that have slightly different error | ||
// responses: | ||
type: import_zod.z.string().nullish(), | ||
param: import_zod.z.any().nullish(), | ||
code: import_zod.z.union([import_zod.z.string(), import_zod.z.number()]).nullish() | ||
}) | ||
@@ -191,0 +194,0 @@ }); |
@@ -186,5 +186,8 @@ "use strict"; | ||
message: import_zod.z.string(), | ||
type: import_zod.z.string(), | ||
param: import_zod.z.any().nullable(), | ||
code: import_zod.z.string().nullable() | ||
// The additional information below is handled loosely to support | ||
// OpenAI-compatible providers that have slightly different error | ||
// responses: | ||
type: import_zod.z.string().nullish(), | ||
param: import_zod.z.any().nullish(), | ||
code: import_zod.z.union([import_zod.z.string(), import_zod.z.number()]).nullish() | ||
}) | ||
@@ -191,0 +194,0 @@ }); |
@@ -183,5 +183,8 @@ "use strict"; | ||
message: import_zod.z.string(), | ||
type: import_zod.z.string(), | ||
param: import_zod.z.any().nullable(), | ||
code: import_zod.z.string().nullable() | ||
// The additional information below is handled loosely to support | ||
// OpenAI-compatible providers that have slightly different error | ||
// responses: | ||
type: import_zod.z.string().nullish(), | ||
param: import_zod.z.any().nullish(), | ||
code: import_zod.z.union([import_zod.z.string(), import_zod.z.number()]).nullish() | ||
}) | ||
@@ -188,0 +191,0 @@ }); |
{ | ||
"name": "@ai-sdk/openai", | ||
"version": "0.0.48", | ||
"version": "0.0.49", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
540841
6506