@wix/auto_sdk_ai-gateway_prompts 1.0.31 → 1.0.32

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.
@@ -3437,10 +3437,11 @@ declare enum V1ResponsesModel {
3437
3437
  GPT_5_CODEX = "GPT_5_CODEX",
3438
3438
  GPT_5_1_2025_11_13 = "GPT_5_1_2025_11_13",
3439
3439
  GPT_5_1_CODEX = "GPT_5_1_CODEX",
3440
- GPT_5_1_CODEX_MINI = "GPT_5_1_CODEX_MINI"
3440
+ GPT_5_1_CODEX_MINI = "GPT_5_1_CODEX_MINI",
3441
+ GPT_EXP_RESPONSES = "GPT_EXP_RESPONSES"
3441
3442
  }
3442
3443
  /** @enumType */
3443
- type V1ResponsesModelWithLiterals = V1ResponsesModel | 'MODEL_UNSPECIFIED' | 'GPT_5_2025_08_07_RESPONSES' | 'GPT_5_MINI_2025_08_07_RESPONSES' | 'GPT_5_NANO_2025_08_07_RESPONSES' | 'O3_PRO_2025_06_10' | 'O3_DEEP_RESEARCH_2025_06_26' | 'GPT_5_CODEX' | 'GPT_5_1_2025_11_13' | 'GPT_5_1_CODEX' | 'GPT_5_1_CODEX_MINI';
3444
+ type V1ResponsesModelWithLiterals = V1ResponsesModel | 'MODEL_UNSPECIFIED' | 'GPT_5_2025_08_07_RESPONSES' | 'GPT_5_MINI_2025_08_07_RESPONSES' | 'GPT_5_NANO_2025_08_07_RESPONSES' | 'O3_PRO_2025_06_10' | 'O3_DEEP_RESEARCH_2025_06_26' | 'GPT_5_CODEX' | 'GPT_5_1_2025_11_13' | 'GPT_5_1_CODEX' | 'GPT_5_1_CODEX_MINI' | 'GPT_EXP_RESPONSES';
3444
3445
  interface V1ResponsesOutput extends V1ResponsesOutputOutputOneOf {
3445
3446
  /** An output message from the model. */
3446
3447
  outputMessage?: V1ResponsesOutputMessage;
@@ -1112,6 +1112,7 @@ var V1ResponsesModel = /* @__PURE__ */ ((V1ResponsesModel2) => {
1112
1112
  V1ResponsesModel2["GPT_5_1_2025_11_13"] = "GPT_5_1_2025_11_13";
1113
1113
  V1ResponsesModel2["GPT_5_1_CODEX"] = "GPT_5_1_CODEX";
1114
1114
  V1ResponsesModel2["GPT_5_1_CODEX_MINI"] = "GPT_5_1_CODEX_MINI";
1115
+ V1ResponsesModel2["GPT_EXP_RESPONSES"] = "GPT_EXP_RESPONSES";
1115
1116
  return V1ResponsesModel2;
1116
1117
  })(V1ResponsesModel || {});
1117
1118
  var ResponsesModel = /* @__PURE__ */ ((ResponsesModel2) => {