@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;
@@ -1223,6 +1223,7 @@ var V1ResponsesModel = /* @__PURE__ */ ((V1ResponsesModel2) => {
1223
1223
  V1ResponsesModel2["GPT_5_1_2025_11_13"] = "GPT_5_1_2025_11_13";
1224
1224
  V1ResponsesModel2["GPT_5_1_CODEX"] = "GPT_5_1_CODEX";
1225
1225
  V1ResponsesModel2["GPT_5_1_CODEX_MINI"] = "GPT_5_1_CODEX_MINI";
1226
+ V1ResponsesModel2["GPT_EXP_RESPONSES"] = "GPT_EXP_RESPONSES";
1226
1227
  return V1ResponsesModel2;
1227
1228
  })(V1ResponsesModel || {});
1228
1229
  var ResponsesModel = /* @__PURE__ */ ((ResponsesModel2) => {