const TOOL_NAMES: {
BASH: "bash";
BASH_OUTPUT: "bash_output";
EDIT: "edit";
GLOB: "glob";
GREP: "grep";
KILL_SHELL: "kill_shell";
READ_FILE: "read_file";
SUGGEST: "suggest";
TASK: "task";
TODO_READ: "todo_read";
TODO_WRITE: "todo_write";
WEB_FETCH: "web_fetch";
WRITE_FILE: "write_file";
};
Defined in: tools/builtin/tool-names.ts:11
Built-in tool names as constants
Type Declaration
| Name | Type | Default value | Defined in |
BASH | "bash" | 'bash' | tools/builtin/tool-names.ts:14 |
BASH_OUTPUT | "bash_output" | 'bash_output' | tools/builtin/tool-names.ts:15 |
EDIT | "edit" | 'edit' | tools/builtin/tool-names.ts:19 |
GLOB | "glob" | 'glob' | tools/builtin/tool-names.ts:18 |
GREP | "grep" | 'grep' | tools/builtin/tool-names.ts:17 |
KILL_SHELL | "kill_shell" | 'kill_shell' | tools/builtin/tool-names.ts:16 |
READ_FILE | "read_file" | 'read_file' | tools/builtin/tool-names.ts:12 |
SUGGEST | "suggest" | 'suggest' | tools/builtin/tool-names.ts:24 |
TASK | "task" | 'task' | tools/builtin/tool-names.ts:23 |
TODO_READ | "todo_read" | 'todo_read' | tools/builtin/tool-names.ts:21 |
TODO_WRITE | "todo_write" | 'todo_write' | tools/builtin/tool-names.ts:20 |
WEB_FETCH | "web_fetch" | 'web_fetch' | tools/builtin/tool-names.ts:22 |
WRITE_FILE | "write_file" | 'write_file' | tools/builtin/tool-names.ts:13 |