We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869ecec commit 6226ed6Copy full SHA for 6226ed6
gui/src/pages/gui/ToolCallDiv/index.tsx
@@ -2,7 +2,6 @@ import {
2
ArrowRightIcon,
3
CheckIcon,
4
CodeBracketIcon,
5
- CommandLineIcon,
6
DocumentIcon,
7
DocumentTextIcon,
8
FolderIcon,
@@ -37,7 +36,7 @@ interface ToolCallDivProps {
37
36
38
const toolCallIcons: Record<string, ComponentType> = {
39
[BuiltInToolNames.FileGlobSearch]: MagnifyingGlassIcon,
40
- [BuiltInToolNames.GrepSearch]: CommandLineIcon,
+ [BuiltInToolNames.GrepSearch]: MagnifyingGlassIcon,
41
[BuiltInToolNames.LSTool]: FolderIcon,
42
[BuiltInToolNames.ReadCurrentlyOpenFile]: DocumentTextIcon,
43
[BuiltInToolNames.ReadFile]: DocumentIcon,
0 commit comments