@ai-sdk/openai 4.0.0-beta.15 → 4.0.0-beta.16

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.
@@ -2978,7 +2978,7 @@ async function convertToOpenAIResponsesInput({
2978
2978
  break;
2979
2979
  }
2980
2980
  case "custom": {
2981
- if (part.kind === "openai-compaction") {
2981
+ if (part.kind === "openai.compaction") {
2982
2982
  const providerOpts = (_n = part.providerOptions) == null ? void 0 : _n[providerOptionsName];
2983
2983
  const id = providerOpts == null ? void 0 : providerOpts.itemId;
2984
2984
  if (hasConversation && id != null) {
@@ -5684,7 +5684,7 @@ var OpenAIResponsesLanguageModel = class {
5684
5684
  case "compaction": {
5685
5685
  content.push({
5686
5686
  type: "custom",
5687
- kind: "openai-compaction",
5687
+ kind: "openai.compaction",
5688
5688
  providerMetadata: {
5689
5689
  [providerOptionsName]: {
5690
5690
  type: "compaction",
@@ -6327,7 +6327,7 @@ var OpenAIResponsesLanguageModel = class {
6327
6327
  } else if (value.item.type === "compaction") {
6328
6328
  controller.enqueue({
6329
6329
  type: "custom",
6330
- kind: "openai-compaction",
6330
+ kind: "openai.compaction",
6331
6331
  providerMetadata: {
6332
6332
  [providerOptionsName]: {
6333
6333
  type: "compaction",