@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/CHANGELOG.md +13 -0
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.d.mts +5 -7
- package/dist/internal/index.d.ts +5 -7
- package/dist/internal/index.js +1 -1
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +1 -1
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/internal/index.mjs
CHANGED
|
@@ -2183,7 +2183,7 @@ var applyPatchToolFactory = createProviderToolFactoryWithOutputSchema({
|
|
|
2183
2183
|
inputSchema: applyPatchInputSchema,
|
|
2184
2184
|
outputSchema: applyPatchOutputSchema
|
|
2185
2185
|
});
|
|
2186
|
-
var applyPatch =
|
|
2186
|
+
var applyPatch = applyPatchToolFactory;
|
|
2187
2187
|
|
|
2188
2188
|
// src/tool/local-shell.ts
|
|
2189
2189
|
import {
|