Variable: builtinTools
const builtinTools: {
askUser: Tool<AskUserInput>;
askUserSimple: Tool<AskUserSimpleInput>;
backlogRead: Tool<BacklogReadInput>;
backlogWrite: Tool<BacklogWriteInput>;
bash: Tool<BashInput>;
bashOutput: Tool<BashOutputInput>;
edit: Tool<EditInput>;
glob: Tool<GlobInput>;
grep: Tool<GrepInput>;
killShell: Tool<KillShellInput>;
readFile: Tool<ReadFileInput>;
suggest: Tool<SuggestInput>;
todoRead: Tool<TodoReadInput>;
todoWrite: Tool<TodoWriteInput>;
webFetch: Tool<WebFetchInput>;
writeFile: Tool<WriteFileInput>;
};
Defined in: tools/builtin/index.ts:145
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
askUser | Tool<AskUserInput> | askUserTool | tools/builtin/index.ts:158 |
askUserSimple | Tool<AskUserSimpleInput> | askUserSimpleTool | tools/builtin/index.ts:159 |
backlogRead | Tool<BacklogReadInput> | backlogReadTool | tools/builtin/index.ts:160 |
backlogWrite | Tool<BacklogWriteInput> | backlogWriteTool | tools/builtin/index.ts:161 |
bash | Tool<BashInput> | bashTool | tools/builtin/index.ts:148 |
bashOutput | Tool<BashOutputInput> | bashOutputTool | tools/builtin/index.ts:149 |
edit | Tool<EditInput> | editTool | tools/builtin/index.ts:153 |
glob | Tool<GlobInput> | globTool | tools/builtin/index.ts:152 |
grep | Tool<GrepInput> | grepTool | tools/builtin/index.ts:151 |
killShell | Tool<KillShellInput> | killShellTool | tools/builtin/index.ts:150 |
readFile | Tool<ReadFileInput> | readFileTool | tools/builtin/index.ts:146 |
suggest | Tool<SuggestInput> | suggestTool | tools/builtin/index.ts:157 |
todoRead | Tool<TodoReadInput> | todoReadTool | tools/builtin/index.ts:155 |
todoWrite | Tool<TodoWriteInput> | todoWriteTool | tools/builtin/index.ts:154 |
webFetch | Tool<WebFetchInput> | webFetchTool | tools/builtin/index.ts:156 |
writeFile | Tool<WriteFileInput> | writeFileTool | tools/builtin/index.ts:147 |