From 4c6cbb3ecbd5bf593310544fd8317a5f4977efc0 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 6 Apr 2026 16:25:31 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@e7fe087677a659004d805c8ccd947db4ebfc0fed --- .openclaw-sync/source.json | 4 ++-- docs/providers/openai.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 30268c5ca..753944c6c 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "7af1def02535f91a7c8dda99eb34a5e385bf0b88", - "syncedAt": "2026-04-06T16:22:25.444Z" + "sha": "e7fe087677a659004d805c8ccd947db4ebfc0fed", + "syncedAt": "2026-04-06T16:25:30.666Z" } diff --git a/docs/providers/openai.md b/docs/providers/openai.md index 0dcd44b5d..bb712fe27 100644 --- a/docs/providers/openai.md +++ b/docs/providers/openai.md @@ -28,6 +28,7 @@ Config key: Allowed values: - `"friendly"`: default; enable the OpenAI-specific overlay. +- `"on"`: alias for `"friendly"`. - `"off"`: disable the overlay and use the base OpenClaw prompt only. Scope: @@ -77,6 +78,9 @@ You can also set it directly with the config CLI: openclaw config set plugins.entries.openai.config.personality off ``` +OpenClaw normalizes this setting case-insensitively at runtime, so values like +`"Off"` still disable the friendly overlay. + ## Option A: OpenAI API key (OpenAI Platform) **Best for:** direct API access and usage-based billing.