mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-10 04:28:50 +01:00
fix: improve syncing when switching conversations
This commit is contained in:
parent
e2c41c68d2
commit
d0c7566599
14 changed files with 314 additions and 176 deletions
|
|
@ -190,7 +190,8 @@ export namespace Agents {
|
|||
/** State data sent to reconnecting clients */
|
||||
export interface ResumeState {
|
||||
runSteps: RunStep[];
|
||||
aggregatedContent?: ContentPart[];
|
||||
/** Aggregated content parts - can be MessageContentComplex[] or ContentPart[] */
|
||||
aggregatedContent?: MessageContentComplex[];
|
||||
userMessage?: UserMessageMeta;
|
||||
responseMessageId?: string;
|
||||
conversationId?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue