@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.
@@ -3434,10 +3434,11 @@ declare enum V1ResponsesModel {
3434
3434
  GPT_5_CODEX = "GPT_5_CODEX",
3435
3435
  GPT_5_1_2025_11_13 = "GPT_5_1_2025_11_13",
3436
3436
  GPT_5_1_CODEX = "GPT_5_1_CODEX",
3437
- GPT_5_1_CODEX_MINI = "GPT_5_1_CODEX_MINI"
3437
+ GPT_5_1_CODEX_MINI = "GPT_5_1_CODEX_MINI",
3438
+ GPT_EXP_RESPONSES = "GPT_EXP_RESPONSES"
3438
3439
  }
3439
3440
  /** @enumType */
3440
- 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';
3441
+ 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';
3441
3442
  interface V1ResponsesOutput extends V1ResponsesOutputOutputOneOf {
3442
3443
  /** An output message from the model. */
3443
3444
  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) => {