refactor(tools): Move all tool names into tool-names.ts (#11493)

This commit is contained in:
Abhi
2025-10-19 20:53:53 -04:00
committed by GitHub
parent 0fd9ff0f53
commit c8518d6a63
17 changed files with 90 additions and 100 deletions
+1 -3
View File
@@ -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,