We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c753936 + 9091a3b commit 481029bCopy full SHA for 481029b
src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/getTerminalOutputTool.ts
@@ -18,9 +18,9 @@ export const GetTerminalOutputToolData: IToolData = {
18
inputSchema: {
19
type: 'object',
20
properties: {
21
- command: {
+ id: {
22
type: 'string',
23
- description: 'The ID of the terminal command output to check.'
+ description: 'The ID of the terminal to check.'
24
},
25
26
required: [
0 commit comments