From 82b8a4aab6140d5854722b89e8ff428be2cab773 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 21 Apr 2026 02:35:05 +0100 Subject: [PATCH] docs(openai): clarify GPT-5 prompt defaults --- 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 42d7dee119f..a9b58abfa8e 100644 --- a/docs/providers/openai.md +++ b/docs/providers/openai.md @@ -204,11 +204,11 @@ 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. -## Personality overlay +## GPT-5 prompt contribution 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. -The GPT-5 contribution adds concise output shape, tool-call, and execution-bias guidance by default. The friendly interaction-style layer is configurable. +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 | | ---------------------- | ------------------------------------------- |