mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-02-15 21:27:35 +00:00
refactor: tool components
This commit is contained in:
4
src/components/chat/tools/index.ts
Normal file
4
src/components/chat/tools/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export { ToolRenderer } from './ToolRenderer';
|
||||
export { getToolConfig, shouldHideToolResult } from './configs/toolConfigs';
|
||||
export * from './components';
|
||||
export * from './configs/types';
|
||||
Reference in New Issue
Block a user