@ai-sdk/openai
Advanced tools
Comparing version 0.0.62 to 0.0.63
@@ -74,2 +74,7 @@ "use strict"; | ||
} | ||
case "file": { | ||
throw new import_provider.UnsupportedFunctionalityError({ | ||
functionality: "File content parts in user messages" | ||
}); | ||
} | ||
} | ||
@@ -76,0 +81,0 @@ }) |
# @ai-sdk/openai | ||
## 0.0.63 | ||
### Patch Changes | ||
- Updated dependencies [d595d0d] | ||
- @ai-sdk/provider@0.0.24 | ||
- @ai-sdk/provider-utils@1.0.20 | ||
## 0.0.62 | ||
@@ -4,0 +12,0 @@ |
@@ -74,2 +74,7 @@ "use strict"; | ||
} | ||
case "file": { | ||
throw new import_provider.UnsupportedFunctionalityError({ | ||
functionality: "File content parts in user messages" | ||
}); | ||
} | ||
} | ||
@@ -76,0 +81,0 @@ }) |
@@ -71,2 +71,7 @@ "use strict"; | ||
} | ||
case "file": { | ||
throw new import_provider.UnsupportedFunctionalityError({ | ||
functionality: "File content parts in user messages" | ||
}); | ||
} | ||
} | ||
@@ -73,0 +78,0 @@ }) |
{ | ||
"name": "@ai-sdk/openai", | ||
"version": "0.0.62", | ||
"version": "0.0.63", | ||
"license": "Apache-2.0", | ||
@@ -29,4 +29,4 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@ai-sdk/provider": "0.0.23", | ||
"@ai-sdk/provider-utils": "1.0.19" | ||
"@ai-sdk/provider": "0.0.24", | ||
"@ai-sdk/provider-utils": "1.0.20" | ||
}, | ||
@@ -33,0 +33,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
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
602378
7088
+ Added@ai-sdk/provider@0.0.24(transitive)
+ Added@ai-sdk/provider-utils@1.0.20(transitive)
- Removed@ai-sdk/provider@0.0.23(transitive)
- Removed@ai-sdk/provider-utils@1.0.19(transitive)
Updated@ai-sdk/provider@0.0.24