@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.
@@ -2477,7 +2477,7 @@ async function convertToOpenAIResponsesInput({
2477
2477
  const warnings = [];
2478
2478
  const processedApprovalIds = /* @__PURE__ */ new Set();
2479
2479
  const skipItemReferences = (providerOptions == null ? void 0 : providerOptions.skipItemReferencesForApproval) === true;
2480
- console.log("[OpenAI Provider] Skip item references flag:", skipItemReferences);
2480
+ console.log("[OpenAI Provider] Skip item references flag:", skipItemReferences, "providerOptions:", providerOptions);
2481
2481
  if (compactionInput && compactionInput.length > 0) {
2482
2482
  input.push(...compactionInput);
2483
2483
  }