refactor(chat): execution graph optimize (#873)
Co-authored-by: Haze <hazeone@users.noreply.github.com>
This commit is contained in:
@@ -14,5 +14,5 @@ export type SessionHistoryActions = Pick<
|
||||
|
||||
export type RuntimeActions = Pick<
|
||||
ChatState,
|
||||
'sendMessage' | 'abortRun' | 'handleChatEvent' | 'toggleThinking' | 'refresh' | 'clearError'
|
||||
'sendMessage' | 'abortRun' | 'handleChatEvent' | 'refresh' | 'clearError'
|
||||
>;
|
||||
|
||||
Reference in New Issue
Block a user