@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/internal/index.mjs
CHANGED
|
@@ -2498,7 +2498,7 @@ async function convertToOpenAIResponsesInput({
|
|
|
2498
2498
|
const warnings = [];
|
|
2499
2499
|
const processedApprovalIds = /* @__PURE__ */ new Set();
|
|
2500
2500
|
const skipItemReferences = (providerOptions == null ? void 0 : providerOptions.skipItemReferencesForApproval) === true;
|
|
2501
|
-
console.log("[OpenAI Provider] Skip item references flag:", skipItemReferences);
|
|
2501
|
+
console.log("[OpenAI Provider] Skip item references flag:", skipItemReferences, "providerOptions:", providerOptions);
|
|
2502
2502
|
if (compactionInput && compactionInput.length > 0) {
|
|
2503
2503
|
input.push(...compactionInput);
|
|
2504
2504
|
}
|