@ai-sdk/openai 3.0.0-beta.81 → 3.0.0-beta.83

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
@@ -1801,7 +1801,7 @@ var applyPatchToolFactory = createProviderToolFactoryWithOutputSchema({
1801
1801
  inputSchema: applyPatchInputSchema,
1802
1802
  outputSchema: applyPatchOutputSchema
1803
1803
  });
1804
- var applyPatch = () => applyPatchToolFactory({});
1804
+ var applyPatch = applyPatchToolFactory;
1805
1805
 
1806
1806
  // src/tool/code-interpreter.ts
1807
1807
  import {
@@ -5490,7 +5490,7 @@ var OpenAITranscriptionModel = class {
5490
5490
  };
5491
5491
 
5492
5492
  // src/version.ts
5493
- var VERSION = true ? "3.0.0-beta.81" : "0.0.0-test";
5493
+ var VERSION = true ? "3.0.0-beta.83" : "0.0.0-test";
5494
5494
 
5495
5495
  // src/openai-provider.ts
5496
5496
  function createOpenAI(options = {}) {