@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.
@@ -2950,7 +2950,7 @@ async function convertToOpenAIResponsesInput({
2950
2950
  break;
2951
2951
  }
2952
2952
  case "custom": {
2953
- if (part.kind === "openai-compaction") {
2953
+ if (part.kind === "openai.compaction") {
2954
2954
  const providerOpts = (_n = part.providerOptions) == null ? void 0 : _n[providerOptionsName];
2955
2955
  const id = providerOpts == null ? void 0 : providerOpts.itemId;
2956
2956
  if (hasConversation && id != null) {
@@ -5626,7 +5626,7 @@ var OpenAIResponsesLanguageModel = class {
5626
5626
  case "compaction": {
5627
5627
  content.push({
5628
5628
  type: "custom",
5629
- kind: "openai-compaction",
5629
+ kind: "openai.compaction",
5630
5630
  providerMetadata: {
5631
5631
  [providerOptionsName]: {
5632
5632
  type: "compaction",
@@ -6269,7 +6269,7 @@ var OpenAIResponsesLanguageModel = class {
6269
6269
  } else if (value.item.type === "compaction") {
6270
6270
  controller.enqueue({
6271
6271
  type: "custom",
6272
- kind: "openai-compaction",
6272
+ kind: "openai.compaction",
6273
6273
  providerMetadata: {
6274
6274
  [providerOptionsName]: {
6275
6275
  type: "compaction",