@zenning/openai 3.0.16 → 3.0.17
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 +3 -3
package/dist/index.mjs
CHANGED
|
@@ -2554,7 +2554,7 @@ async function convertToOpenAIResponsesInput({
|
|
|
2554
2554
|
const warnings = [];
|
|
2555
2555
|
const processedApprovalIds = /* @__PURE__ */ new Set();
|
|
2556
2556
|
const skipItemReferences = (providerOptions == null ? void 0 : providerOptions.skipItemReferencesForApproval) === true;
|
|
2557
|
-
console.log("[OpenAI Provider] Skip item references flag:", skipItemReferences);
|
|
2557
|
+
console.log("[OpenAI Provider] Skip item references flag:", skipItemReferences, "providerOptions:", providerOptions);
|
|
2558
2558
|
if (compactionInput && compactionInput.length > 0) {
|
|
2559
2559
|
input.push(...compactionInput);
|
|
2560
2560
|
}
|
|
@@ -5872,7 +5872,7 @@ var OpenAITranscriptionModel = class {
|
|
|
5872
5872
|
};
|
|
5873
5873
|
|
|
5874
5874
|
// src/version.ts
|
|
5875
|
-
var VERSION = true ? "3.0.
|
|
5875
|
+
var VERSION = true ? "3.0.16" : "0.0.0-test";
|
|
5876
5876
|
|
|
5877
5877
|
// src/openai-provider.ts
|
|
5878
5878
|
function createOpenAI(options = {}) {
|