mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:50:43 +00:00
docs: fix codex strict json examples (#75916)
This commit is contained in:
@@ -194,9 +194,9 @@ Choose your preferred auth method and follow the setup steps.
|
||||
</Step>
|
||||
<Step title="Use the native Codex runtime">
|
||||
```bash
|
||||
openclaw config set plugins.entries.codex '{ enabled: true }' --strict-json --merge
|
||||
openclaw config set plugins.entries.codex '{"enabled":true}' --strict-json --merge
|
||||
openclaw config set agents.defaults.model.primary openai/gpt-5.5
|
||||
openclaw config set agents.defaults.agentRuntime '{ id: "codex", fallback: "none" }' --strict-json
|
||||
openclaw config set agents.defaults.agentRuntime '{"id":"codex","fallback":"none"}' --strict-json
|
||||
```
|
||||
</Step>
|
||||
<Step title="Verify Codex auth is available">
|
||||
|
||||
Reference in New Issue
Block a user