mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 13:40:20 +00:00
docs: refresh transcript sanitization mirrors
This commit is contained in:
@@ -37,10 +37,13 @@ The returned view is intentionally bounded and safety-filtered:
|
||||
- assistant text is normalized before recall:
|
||||
- thinking tags are stripped
|
||||
- `<relevant-memories>` / `<relevant_memories>` scaffolding blocks are stripped
|
||||
- plain-text tool-call XML payload blocks such as `<tool_call>...</tool_call>` / `<function_calls>...</function_calls>` are stripped
|
||||
- plain-text tool-call XML payload blocks such as `<tool_call>...</tool_call>`,
|
||||
`<tool_calls>...</tool_calls>`, and `<function_calls>...</function_calls>`
|
||||
are stripped, including truncated payloads that never close cleanly
|
||||
- downgraded tool-call/result scaffolding such as `[Tool Call: ...]`,
|
||||
`[Tool Result ...]`, and `[Historical context ...]` is stripped
|
||||
- leaked model control tokens such as `<|assistant|>` / `<|...|>` are stripped
|
||||
- leaked model control tokens such as `<|assistant|>`, other ASCII
|
||||
`<|...|>` tokens, and full-width `<|...|>` variants are stripped
|
||||
- malformed MiniMax tool-call XML such as `<invoke ...>` /
|
||||
`</minimax:tool_call>` is stripped
|
||||
- credential/token-like text is redacted before it is returned
|
||||
|
||||
Reference in New Issue
Block a user