mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-27 02:08:10 +08:00
refactor(chat): optimize sandbox status logic and decouple UI/Status hooks (#6713)
* refactor(chat): optimize sandbox status logic and decouple UI/Status hooks * fix: useRef, rename onClose to afterClose
This commit is contained in:
@@ -169,7 +169,7 @@ export type AIChatItemType = {
|
||||
citeCollectionIds?: string[];
|
||||
|
||||
/**
|
||||
* @deprecated 不再存储在 chatItemSchema 里,分别存储到 chatItemResponseSchema
|
||||
* 不再存储在 chatItemSchema 里,分别存储到 chatItemResponseSchema
|
||||
*/
|
||||
[DispatchNodeResponseKeyEnum.nodeResponse]?: ChatHistoryItemResType[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user