mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
prepare merge
This commit is contained in:
parent
c240360710
commit
a252bb7a30
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ export interface IChatThreadService {
|
|||
isFocusingMessage(): boolean;
|
||||
setFocusedMessageIdx(messageIdx: number | undefined): void;
|
||||
|
||||
_useFocusedStagingState(messageIdx?: number | undefined): readonly [StagingInfo, (selections: StagingInfo) => void];
|
||||
_useFocusedStagingState(messageIdx?: number | undefined): readonly [StagingInfo, (stagingInfo: StagingInfo) => void];
|
||||
|
||||
editUserMessageAndStreamResponse(userMessage: string, messageIdx: number): Promise<void>;
|
||||
addUserMessageAndStreamResponse(userMessage: string): Promise<void>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue