mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Fragments: have to deal with this string[]
This commit is contained in:
@@ -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 */ };
|
||||
|
||||
Reference in New Issue
Block a user