Fragments: have to deal with this string[]

This commit is contained in:
Enrico Ros
2025-02-25 04:34:46 -08:00
parent 7bba7e0c32
commit 64c18e3f68
+1 -1
View File
@@ -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 */ };