cleanup(client): extract Tool presentation into ui-tool

This commit is contained in:
imccyu
2026-08-08 16:53:23 +08:00
parent 1674af147e
commit 7cc554ef16
94 files changed
+1797 -1275

No files matched your search

+1 -1
View File
@@ -85,7 +85,7 @@ declare module '@deepseek-ai/dsh-type-meta' {
}
}
/** The conversation-snapshot selector hook (ConvViewProps/ToolRowProps take this). */
/** The conversation-snapshot selector hook supplied to session-scoped UI entries. */
export type UseConversationSession = SnapshotSelectorHook<ConversationSnapshot>
/**