Skip to content

Commit c8b1cff

Browse files
fix: misleading tool description for context_addFiles
fixes #16777
1 parent 33d4bdc commit c8b1cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ai-ide/src/browser/context-functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export class AddFileToChatContext implements ToolProvider {
104104
properties: {
105105
filesToAdd: {
106106
type: 'array',
107-
description: 'The absolute paths of files to add to the context of the current chat.',
107+
description: 'The paths of files to add to the context of the current chat, relative to the workspace root.',
108108
items: { type: 'string' }
109109
}
110110
},

0 commit comments

Comments
 (0)