mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
refactor(tools): Move all tool names into tool-names.ts (#11493)
This commit is contained in:
@@ -126,11 +126,9 @@ export class WriteTodosTool extends BaseDeclarativeTool<
|
||||
WriteTodosToolParams,
|
||||
ToolResult
|
||||
> {
|
||||
static readonly Name: string = WRITE_TODOS_TOOL_NAME;
|
||||
|
||||
constructor() {
|
||||
super(
|
||||
WriteTodosTool.Name,
|
||||
WRITE_TODOS_TOOL_NAME,
|
||||
'Write Todos',
|
||||
WRITE_TODOS_DESCRIPTION,
|
||||
Kind.Other,
|
||||
|
||||
Reference in New Issue
Block a user