prompts - cleanup (#270622)

This commit is contained in:
Benjamin Pasero
2025-10-09 21:25:26 +02:00
committed by GitHub
parent 1042375c6c
commit d118d57ec0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
---
mode: agent
description: 'Implement the plan'
tools: ['edit', 'notebooks', 'search', 'runCommands', 'runTasks', 'usages', 'vscodeAPI', 'problems', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos', 'runTests']
tools: ['edit', 'runNotebooks', 'search', 'new', 'runCommands', 'runTasks', 'usages', 'vscodeAPI', 'think', 'problems', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'extensions', '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.