mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:40:42 +00:00
fix: strengthen agent completion bias
This commit is contained in:
@@ -24,11 +24,19 @@ Use provider-owned contributions for model-family-specific tuning. Keep legacy
|
||||
`before_prompt_build` prompt mutation for compatibility or truly global prompt
|
||||
changes, not normal provider behavior.
|
||||
|
||||
The OpenAI GPT-5 family overlay keeps the core execution rule small and adds
|
||||
model-specific guidance for persona latching, concise output, tool discipline,
|
||||
parallel lookup, deliverable coverage, verification, missing context, and
|
||||
terminal-tool hygiene.
|
||||
|
||||
## Structure
|
||||
|
||||
The prompt is intentionally compact and uses fixed sections:
|
||||
|
||||
- **Tooling**: structured-tool source-of-truth reminder plus runtime tool-use guidance.
|
||||
- **Execution Bias**: compact follow-through guidance: act in-turn on
|
||||
actionable requests, continue until done or blocked, recover from weak tool
|
||||
results, check mutable state live, and verify before finalizing.
|
||||
- **Safety**: short guardrail reminder to avoid power-seeking behavior or bypassing oversight.
|
||||
- **Skills** (when available): tells the model how to load skill instructions on demand.
|
||||
- **OpenClaw Self-Update**: how to inspect config safely with
|
||||
|
||||
Reference in New Issue
Block a user