mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 12:10:21 +00:00
fix(agents): preserve native Anthropic replay tool ids (#61254)
* fix(agents): preserve native Anthropic replay tool ids * docs(changelog): note native Anthropic replay ids * fix(agents): preserve native Anthropic replay ids selectively
This commit is contained in:
@@ -583,6 +583,7 @@ export type ProviderReplayPolicy = {
|
||||
sanitizeMode?: ProviderReplaySanitizeMode;
|
||||
sanitizeToolCallIds?: boolean;
|
||||
toolCallIdMode?: ProviderReplayToolCallIdMode;
|
||||
preserveNativeAnthropicToolUseIds?: boolean;
|
||||
preserveSignatures?: boolean;
|
||||
sanitizeThoughtSignatures?: {
|
||||
allowBase64Only?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user