chore(sync): mirror docs from openclaw/openclaw@82b8a4aab6

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-21 01:37:10 +00:00
parent fddb884a94
commit 6dd4fb30be
2 changed files with 12 additions and 10 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "f04185cc70d1d121113b3fbe54547641cd010cac",
"syncedAt": "2026-04-21T01:11:20.415Z"
"sha": "82b8a4aab6140d5854722b89e8ff428be2cab773",
"syncedAt": "2026-04-21T01:37:09.817Z"
}

View File

@ -204,15 +204,17 @@ The bundled `openai` plugin registers video generation through the `video_genera
See [Video Generation](/tools/video-generation) for shared tool parameters, provider selection, and failover behavior.
</Note>
## Personality overlay
## GPT-5 prompt contribution
OpenClaw adds a small OpenAI-specific prompt overlay for `openai/*` and `openai-codex/*` runs. The overlay keeps the assistant warm, collaborative, concise, and a little more emotionally expressive without replacing the base system prompt.
OpenClaw adds an OpenAI-specific GPT-5 prompt contribution for `openai/*` and `openai-codex/*` GPT-5-family runs. It lives in the bundled OpenAI plugin, applies to model ids such as `gpt-5`, `gpt-5.2`, `gpt-5.4`, and `gpt-5.4-mini`, and does not apply to older GPT-4.x models.
| Value | Effect |
| ---------------------- | ---------------------------------- |
| `"friendly"` (default) | Enable the OpenAI-specific overlay |
| `"on"` | Alias for `"friendly"` |
| `"off"` | Use base OpenClaw prompt only |
The GPT-5 contribution adds concise output shape, tool-call, and execution-bias guidance by default. That guidance is always enabled for matching GPT-5 models. The friendly interaction-style layer is separate and configurable.
| Value | Effect |
| ---------------------- | ------------------------------------------- |
| `"friendly"` (default) | Enable the friendly interaction-style layer |
| `"on"` | Alias for `"friendly"` |
| `"off"` | Disable only the friendly style layer |
<Tabs>
<Tab title="Config">
@ -234,7 +236,7 @@ OpenClaw adds a small OpenAI-specific prompt overlay for `openai/*` and `openai-
</Tabs>
<Tip>
Values are case-insensitive at runtime, so `"Off"` and `"off"` both disable the overlay.
Values are case-insensitive at runtime, so `"Off"` and `"off"` both disable the friendly style layer.
</Tip>
## Voice and speech