mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-21 22:34:31 +01:00
PromptFileContext: Update tools (#2305)
This commit is contained in:
committed by
GitHub
parent
e144ff7143
commit
09ff93c18a
+1
-1
@@ -217,7 +217,7 @@ export class PromptFileContextContribution extends Disposable {
|
||||
}
|
||||
|
||||
private getToolNames(): string[] {
|
||||
return ['edit', 'runNotebooks', 'search', 'new', 'runCommands', 'runTasks', 'runSubagent', 'usages', 'vscodeAPI', 'problems', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'extensions', 'todos'];
|
||||
return ['execute', 'read', 'edit', 'search', 'web', 'agent', 'todo'];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user