@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ai-sdk/openai
2
2
 
3
+ ## 3.0.17
4
+
5
+ ### Patch Changes
6
+
7
+ - rp
8
+
3
9
  ## 3.0.16
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -2486,7 +2486,7 @@ async function convertToOpenAIResponsesInput({
2486
2486
  const warnings = [];
2487
2487
  const processedApprovalIds = /* @__PURE__ */ new Set();
2488
2488
  const skipItemReferences = (providerOptions == null ? void 0 : providerOptions.skipItemReferencesForApproval) === true;
2489
- console.log("[OpenAI Provider] Skip item references flag:", skipItemReferences);
2489
+ console.log("[OpenAI Provider] Skip item references flag:", skipItemReferences, "providerOptions:", providerOptions);
2490
2490
  if (compactionInput && compactionInput.length > 0) {
2491
2491
  input.push(...compactionInput);
2492
2492
  }
@@ -5790,7 +5790,7 @@ var OpenAITranscriptionModel = class {
5790
5790
  };
5791
5791
 
5792
5792
  // src/version.ts
5793
- var VERSION = true ? "3.0.15" : "0.0.0-test";
5793
+ var VERSION = true ? "3.0.16" : "0.0.0-test";
5794
5794
 
5795
5795
  // src/openai-provider.ts
5796
5796
  function createOpenAI(options = {}) {