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
By default, `reasoning` is only set on requests to OpenAI models that are known to support them. To force `reasoning` to set on requests to the current model, you can force this behavior by setting the following in `config.toml`:
212
+
213
+
```toml
214
+
model_supports_reasoning_summaries = true
215
+
```
216
+
209
217
## sandbox_mode
210
218
211
219
Codex executes model-generated shell commands inside an OS-level sandbox.
0 commit comments