docs: fix codex strict json examples (#75916)

This commit is contained in:
pashpashpash
2026-05-01 23:30:34 -07:00
committed by GitHub
parent 5c590fc64b
commit 8adbee3a68

View File

@@ -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">