@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.
@@ -3436,10 +3436,11 @@ declare enum V1ResponsesModel {
3436
3436
  GPT_5_CODEX = "GPT_5_CODEX",
3437
3437
  GPT_5_1_2025_11_13 = "GPT_5_1_2025_11_13",
3438
3438
  GPT_5_1_CODEX = "GPT_5_1_CODEX",
3439
- GPT_5_1_CODEX_MINI = "GPT_5_1_CODEX_MINI"
3439
+ GPT_5_1_CODEX_MINI = "GPT_5_1_CODEX_MINI",
3440
+ GPT_EXP_RESPONSES = "GPT_EXP_RESPONSES"
3440
3441
  }
3441
3442
  /** @enumType */
3442
- 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';
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' | 'GPT_EXP_RESPONSES';
3443
3444
  interface V1ResponsesOutput extends V1ResponsesOutputOutputOneOf {
3444
3445
  /** An output message from the model. */
3445
3446
  outputMessage?: V1ResponsesOutputMessage;
@@ -1119,6 +1119,7 @@ var V1ResponsesModel = /* @__PURE__ */ ((V1ResponsesModel2) => {
1119
1119
  V1ResponsesModel2["GPT_5_1_2025_11_13"] = "GPT_5_1_2025_11_13";
1120
1120
  V1ResponsesModel2["GPT_5_1_CODEX"] = "GPT_5_1_CODEX";
1121
1121
  V1ResponsesModel2["GPT_5_1_CODEX_MINI"] = "GPT_5_1_CODEX_MINI";
1122
+ V1ResponsesModel2["GPT_EXP_RESPONSES"] = "GPT_EXP_RESPONSES";
1122
1123
  return V1ResponsesModel2;
1123
1124
  })(V1ResponsesModel || {});
1124
1125
  var ResponsesModel = /* @__PURE__ */ ((ResponsesModel2) => {