mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
update AI prompts (#265166)
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: ['codebase', 'usages', 'vscodeAPI', 'problems', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'findTestFiles', 'searchResults', 'githubRepo', 'todos', 'runTests', 'editFiles', 'runNotebooks', 'search', 'runCommands', 'runTasks']
|
||||
tools: ['edit', 'notebooks', 'search', 'runCommands', 'runTasks', 'usages', 'vscodeAPI', 'problems', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos', 'runTests']
|
||||
---
|
||||
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