diff --git a/src/common/stores/chat/chat.fragments.ts b/src/common/stores/chat/chat.fragments.ts index b77b2cd38..d33ae1078 100644 --- a/src/common/stores/chat/chat.fragments.ts +++ b/src/common/stores/chat/chat.fragments.ts @@ -157,7 +157,7 @@ export type DVoidModelAuxPart = { aText: string, // [Anthropic] attributes, if present, they imply "Extended Thinking" object(s) textSignature?: string, - redactedData?: readonly string[] | string[], + redactedData?: string[], }; type DVoidPlaceholderPart = { pt: 'ph', pText: string, pType?: 'chat-gen-follow-up', /* 2025-02-23: added for non-pure-text placeholders */ };