chore(sync): mirror docs from openclaw/openclaw@0f3a9d812b
This commit is contained in:
parent
e4bc019288
commit
68a3412835
@ -1,5 +1,5 @@
|
||||
{
|
||||
"repository": "openclaw/openclaw",
|
||||
"sha": "98f5fd12dfccab9510f2e768824f50ad0613c654",
|
||||
"syncedAt": "2026-04-28T19:40:24.728Z"
|
||||
"sha": "0f3a9d812b40cbc8e545abcb80a1f12a93946cf6",
|
||||
"syncedAt": "2026-04-28T19:41:23.616Z"
|
||||
}
|
||||
|
||||
@ -21,6 +21,7 @@ Scope includes:
|
||||
- Thought signature cleanup
|
||||
- Thinking signature cleanup
|
||||
- Image payload sanitization
|
||||
- Blank text-block cleanup before provider replay
|
||||
- User-input provenance tagging (for inter-session routed prompts)
|
||||
- Empty assistant error-turn repair for Bedrock Converse replay
|
||||
|
||||
@ -73,6 +74,9 @@ Implementation:
|
||||
- `sanitizeSessionMessagesImages` in `src/agents/pi-embedded-helpers/images.ts`
|
||||
- `sanitizeContentBlocksImages` in `src/agents/tool-images.ts`
|
||||
- Max image side is configurable via `agents.defaults.imageMaxDimensionPx` (default: `1200`).
|
||||
- Blank text blocks are removed while this pass walks replay content. Assistant
|
||||
turns that become empty are dropped from the replay copy; user and tool-result
|
||||
turns that become empty receive a non-empty omitted-content placeholder.
|
||||
|
||||
---
|
||||
|
||||
@ -155,6 +159,8 @@ inter-session user turns that only have provenance metadata.
|
||||
before replay. Bedrock Converse rejects assistant messages with `content: []`, so
|
||||
persisted assistant turns with `stopReason: "error"` and empty content are also
|
||||
repaired on disk before load.
|
||||
- Assistant stream-error turns that contain only blank text blocks are dropped
|
||||
from the in-memory replay copy instead of replaying an invalid blank block.
|
||||
- Claude thinking blocks with missing, empty, or blank replay signatures are
|
||||
stripped before Converse replay. If that empties an assistant turn, OpenClaw
|
||||
keeps turn shape with non-empty omitted-reasoning text.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user