Shorten prompt descriptions for welcome view

This commit is contained in:
Harald Kirschner
2025-09-11 14:56:28 -07:00
parent 6c7e5d013e
commit 8d5775af91
3 changed files with 3 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
---
mode: agent
description: 'Implement the solution for a problem.'
description: 'Implement the plan'
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.