chore(sync): mirror docs from openclaw/openclaw@78d3fce5f9

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-27 22:56:43 +00:00
parent 040f4547f8
commit 55df1b111d
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "ea2d95e23e87636ff8b8f8493c4cd5b53db68cbb",
"syncedAt": "2026-04-27T22:54:58.350Z"
"sha": "78d3fce5f9b98196b671892cbfb010adc42df457",
"syncedAt": "2026-04-27T22:55:23.187Z"
}

View File

@ -112,6 +112,7 @@ external end-user instructions.
- Image sanitization only.
- Drop orphaned reasoning signatures (standalone reasoning items without a following content block) for OpenAI Responses/Codex transcripts, and drop replayable OpenAI reasoning after a model route switch.
- Preserve replayable OpenAI Responses reasoning item payloads, including encrypted empty-summary items, so manual/WebSocket replay keeps required `rs_*` state paired with assistant output items.
- No tool call id sanitization.
- Tool result pairing repair may move real matched outputs and synthesize Codex-style `aborted` outputs for missing tool calls.
- No turn validation or reordering.