@ai-sdk/openai 4.0.0-beta.25 → 4.0.0-beta.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -7013,7 +7013,7 @@ var OpenAISkills = class {
7013
7013
  get provider() {
7014
7014
  return this.config.provider;
7015
7015
  }
7016
- async upload(params) {
7016
+ async uploadSkill(params) {
7017
7017
  const warnings = [];
7018
7018
  if (params.displayTitle != null) {
7019
7019
  warnings.push({
@@ -7054,7 +7054,7 @@ var OpenAISkills = class {
7054
7054
  };
7055
7055
 
7056
7056
  // src/version.ts
7057
- var VERSION = true ? "4.0.0-beta.25" : "0.0.0-test";
7057
+ var VERSION = true ? "4.0.0-beta.27" : "0.0.0-test";
7058
7058
 
7059
7059
  // src/openai-provider.ts
7060
7060
  function createOpenAI(options = {}) {