You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Control how much effort the model will exert to match the style and features,
549
-
* especially facial features, of input images. This parameter is only supported
550
-
* for `gpt-image-1`. Unsupported for `gpt-image-1-mini`. Supports `high` and
551
-
* `low`. Defaults to `low`.
548
+
* Control how much effort the model will exert to match the style and features, especially facial features, of input images. This parameter is only supported for `gpt-image-1`. Unsupported for `gpt-image-1-mini`. Supports `high` and `low`. Defaults to `low`.
* An event that is emitted when a response finishes as incomplete.
@@ -5066,10 +5064,7 @@ export namespace Tool {
5066
5064
background?: 'transparent'|'opaque'|'auto';
5067
5065
5068
5066
/**
5069
-
* Control how much effort the model will exert to match the style and features,
5070
-
* especially facial features, of input images. This parameter is only supported
5071
-
* for `gpt-image-1`. Unsupported for `gpt-image-1-mini`. Supports `high` and
5072
-
* `low`. Defaults to `low`.
5067
+
* Control how much effort the model will exert to match the style and features, especially facial features, of input images. This parameter is only supported for `gpt-image-1`. Unsupported for `gpt-image-1-mini`. Supports `high` and `low`. Defaults to `low`.
5073
5068
*/
5074
5069
input_fidelity?: 'high'|'low'|null;
5075
5070
@@ -5137,9 +5132,6 @@ export namespace Tool {
5137
5132
}
5138
5133
}
5139
5134
5140
-
/**
5141
-
* A tool that allows the model to execute shell commands in a local environment.
5142
-
*/
5143
5135
exportinterfaceLocalShell{
5144
5136
/**
5145
5137
* The type of the local shell tool. Always `local_shell`.
0 commit comments