Skip to content

Commit 793a929

Browse files
committed
remove userOutputs tool, it wasn't very useful
1 parent 7f476ba commit 793a929

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

src/tools/getTools.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { subAgentTool } from "../tools/interaction/subAgent.js";
22
import { shellExecuteTool } from "../tools/system/shellExecute.js";
33
import { readFileTool } from "../tools/io/readFile.js";
44
import { userPromptTool } from "../tools/interaction/userPrompt.js";
5-
import { userOutputTool } from "../tools/interaction/userOutput.js";
65
import { sequenceCompleteTool } from "../tools/system/sequenceComplete.js";
76
import { fetchTool } from "../tools/io/fetch.js";
87
import { Tool } from "../core/types.js";
@@ -11,12 +10,10 @@ import { updateFileTool } from "./io/updateFile.js";
1110
export 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[];

src/tools/interaction/userOutput.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)