Skip to content

Commit 481029b

Browse files
authored
Merge pull request microsoft#258636 from microsoft/tyriar/258545
Fix incorrect getTerminalOutput schema
2 parents c753936 + 9091a3b commit 481029b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/getTerminalOutputTool.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ export const GetTerminalOutputToolData: IToolData = {
1818
inputSchema: {
1919
type: 'object',
2020
properties: {
21-
command: {
21+
id: {
2222
type: 'string',
23-
description: 'The ID of the terminal command output to check.'
23+
description: 'The ID of the terminal to check.'
2424
},
2525
},
2626
required: [

0 commit comments

Comments
 (0)