refactor(chat): execution graph optimize (#873)

Co-authored-by: Haze <hazeone@users.noreply.github.com>
This commit is contained in:
Haze
2026-04-19 19:36:33 +08:00
committed by GitHub
parent 2f03aa1fad
commit 1b2dccee6e
24 changed files with 1444 additions and 536 deletions

View File

@@ -14,5 +14,5 @@ export type SessionHistoryActions = Pick<
export type RuntimeActions = Pick<
ChatState,
'sendMessage' | 'abortRun' | 'handleChatEvent' | 'toggleThinking' | 'refresh' | 'clearError'
'sendMessage' | 'abortRun' | 'handleChatEvent' | 'refresh' | 'clearError'
>;