File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { ReadSubtreeComponent } from './read-subtree'
77import { RunTerminalCommandComponent } from './run-terminal-command'
88import { StrReplaceComponent } from './str-replace'
99import { SuggestFollowupsComponent } from './suggest-followups'
10- import { TaskCompleteComponent } from './task-complete '
10+ import { TaskCompleteComponent } from './task-completed '
1111import { WriteFileComponent } from './write-file'
1212import { WriteTodosComponent } from './write-todos'
1313
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import type { ToolRenderConfig } from './types'
44
55/**
66 * UI component for task_completed tool.
7- * Displays a simple bullet point with "Task Complete" in bold.
87 */
98export const TaskCompleteComponent = defineToolComponent ( {
109 toolName : 'task_completed' ,
You can’t perform that action at this time.
0 commit comments