@ai-sdk/openai 2.0.57 → 2.0.58
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 +6 -0
- 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.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 +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -1654,7 +1654,7 @@ var openaiImageResponseSchema = (0, import_provider_utils12.lazyValidator)(
|
|
|
1654
1654
|
data: import_v48.z.array(
|
|
1655
1655
|
import_v48.z.object({
|
|
1656
1656
|
b64_json: import_v48.z.string(),
|
|
1657
|
-
revised_prompt: import_v48.z.string().
|
|
1657
|
+
revised_prompt: import_v48.z.string().nullish()
|
|
1658
1658
|
})
|
|
1659
1659
|
)
|
|
1660
1660
|
})
|
|
@@ -4457,7 +4457,7 @@ var OpenAITranscriptionModel = class {
|
|
|
4457
4457
|
};
|
|
4458
4458
|
|
|
4459
4459
|
// src/version.ts
|
|
4460
|
-
var VERSION = true ? "2.0.
|
|
4460
|
+
var VERSION = true ? "2.0.58" : "0.0.0-test";
|
|
4461
4461
|
|
|
4462
4462
|
// src/openai-provider.ts
|
|
4463
4463
|
function createOpenAI(options = {}) {
|