mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
chore - reorder tools in prompts for consistency (#261748)
This commit is contained in:
2
.github/prompts/implement.prompt.md
vendored
2
.github/prompts/implement.prompt.md
vendored
@@ -1,7 +1,7 @@
|
||||
---
|
||||
mode: agent
|
||||
description: 'Implement the solution for a problem.'
|
||||
tools: ['changes', 'codebase', 'editFiles', 'fetch', 'findTestFiles', 'openSimpleBrowser', 'problems', 'readNotebookCellOutput', 'runCommands', 'runNotebooks', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
||||
tools: ['codebase', 'usages', 'vscodeAPI', 'problems', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'findTestFiles', 'searchResults', 'githubRepo', 'todos', 'runTests', 'editFiles', 'runNotebooks', 'search', 'runCommands', 'runTasks']
|
||||
---
|
||||
Please write a high quality, general purpose solution. Implement a solution that works correctly for all valid inputs, not just the test cases. Do not hard-code values or create solutions that only work for specific test inputs. Instead, implement the actual logic that solves the problem generally.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user