@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.
@@ -2183,7 +2183,7 @@ var applyPatchToolFactory = createProviderToolFactoryWithOutputSchema({
2183
2183
  inputSchema: applyPatchInputSchema,
2184
2184
  outputSchema: applyPatchOutputSchema
2185
2185
  });
2186
- var applyPatch = () => applyPatchToolFactory({});
2186
+ var applyPatch = applyPatchToolFactory;
2187
2187
 
2188
2188
  // src/tool/local-shell.ts
2189
2189
  import {