Skip to content

Commit 03f776a

Browse files
authored
remove the redundant term_command_output tool (#2522)
1 parent 013e433 commit 03f776a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/aiusechat/tools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ func GenerateTabStateAndTools(ctx context.Context, tabid string, widgetAccess bo
178178
}
179179
if viewTypes["term"] {
180180
tools = append(tools, GetTermGetScrollbackToolDefinition(tabid))
181-
tools = append(tools, GetTermCommandOutputToolDefinition(tabid))
181+
// tools = append(tools, GetTermCommandOutputToolDefinition(tabid))
182182
}
183183
if viewTypes["web"] {
184184
tools = append(tools, GetWebNavigateToolDefinition(tabid))

0 commit comments

Comments
 (0)