diff --git a/.github/prompts/add-new-jit-ee-api.prompt.md b/.github/prompts/add-new-jit-ee-api.prompt.md index 81c5de02328e65..771378a0e33a8c 100644 --- a/.github/prompts/add-new-jit-ee-api.prompt.md +++ b/.github/prompts/add-new-jit-ee-api.prompt.md @@ -1,6 +1,6 @@ --- -mode: 'agent' -tools: ['fetch', 'codebase', 'runCommands', 'usages', 'search', 'think'] +agent: 'agent' +tools: ['web/fetch', 'search/codebase', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'search/usages', 'search', 'edit/editFiles', 'think'] description: 'Add a new API to the JIT-VM (aka JIT-EE) interface in the codebase.' --- diff --git a/.github/prompts/docs.prompt.md b/.github/prompts/docs.prompt.md index 2308fa7a7bce30..7621f18aef28fd 100644 --- a/.github/prompts/docs.prompt.md +++ b/.github/prompts/docs.prompt.md @@ -1,6 +1,6 @@ --- -mode: 'agent' -tools: ['changes', 'codebase', 'editFiles', 'problems'] +agent: 'agent' +tools: ['search/changes', 'search/codebase', 'edit/editFiles', 'read/problems'] description: 'Ensure that C# types are documented with XML comments and follow best practices for documentation.' ---