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";
2
2
import { shellExecuteTool } from "../tools/system/shellExecute.js" ;
3
3
import { readFileTool } from "../tools/io/readFile.js" ;
4
4
import { userPromptTool } from "../tools/interaction/userPrompt.js" ;
5
- import { userOutputTool } from "../tools/interaction/userOutput.js" ;
6
5
import { sequenceCompleteTool } from "../tools/system/sequenceComplete.js" ;
7
6
import { fetchTool } from "../tools/io/fetch.js" ;
8
7
import { Tool } from "../core/types.js" ;
@@ -11,12 +10,10 @@ import { updateFileTool } from "./io/updateFile.js";
11
10
export async function getTools ( ) : Promise < Tool [ ] > {
12
11
return [
13
12
subAgentTool ,
14
- //writeFileTool,Can you
15
13
readFileTool ,
16
14
updateFileTool ,
17
15
shellExecuteTool ,
18
16
userPromptTool ,
19
- userOutputTool ,
20
17
sequenceCompleteTool ,
21
18
fetchTool ,
22
19
] as Tool [ ] ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments