From 8adbee3a686aa9bb0907b126fc2b1c0343f44f71 Mon Sep 17 00:00:00 2001 From: pashpashpash Date: Fri, 1 May 2026 23:30:34 -0700 Subject: [PATCH] docs: fix codex strict json examples (#75916) --- docs/providers/openai.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/providers/openai.md b/docs/providers/openai.md index 27f32a48eff..a555c20cafa 100644 --- a/docs/providers/openai.md +++ b/docs/providers/openai.md @@ -194,9 +194,9 @@ Choose your preferred auth method and follow the setup steps. ```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 ```