File tree Expand file tree Collapse file tree 2 files changed +0
-27
lines changed Expand file tree Collapse file tree 2 files changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { subAgentTool } from "../tools/interaction/subAgent.js";
22import { shellExecuteTool } from "../tools/system/shellExecute.js" ;
33import { readFileTool } from "../tools/io/readFile.js" ;
44import { userPromptTool } from "../tools/interaction/userPrompt.js" ;
5- import { userOutputTool } from "../tools/interaction/userOutput.js" ;
65import { sequenceCompleteTool } from "../tools/system/sequenceComplete.js" ;
76import { fetchTool } from "../tools/io/fetch.js" ;
87import { Tool } from "../core/types.js" ;
@@ -11,12 +10,10 @@ import { updateFileTool } from "./io/updateFile.js";
1110export async function getTools ( ) : Promise < Tool [ ] > {
1211 return [
1312 subAgentTool ,
14- //writeFileTool,Can you
1513 readFileTool ,
1614 updateFileTool ,
1715 shellExecuteTool ,
1816 userPromptTool ,
19- userOutputTool ,
2017 sequenceCompleteTool ,
2118 fetchTool ,
2219 ] as Tool [ ] ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments