diff options
Diffstat (limited to 'packages/core/src/tools/tool-registry.ts')
| -rw-r--r-- | packages/core/src/tools/tool-registry.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/core/src/tools/tool-registry.ts b/packages/core/src/tools/tool-registry.ts index 17d324b3..02f77727 100644 --- a/packages/core/src/tools/tool-registry.ts +++ b/packages/core/src/tools/tool-registry.ts @@ -5,7 +5,7 @@ */ import { FunctionDeclaration } from '@google/genai'; -import { AnyDeclarativeTool, Icon, ToolResult, BaseTool } from './tools.js'; +import { AnyDeclarativeTool, Kind, ToolResult, BaseTool } from './tools.js'; import { Config } from '../config/config.js'; import { spawn } from 'node:child_process'; import { StringDecoder } from 'node:string_decoder'; @@ -44,7 +44,7 @@ Signal: Signal number or \`(none)\` if no signal was received. name, name, description, - Icon.Hammer, + Kind.Other, parameterSchema, false, // isOutputMarkdown false, // canUpdateOutput |
