Merge pull request #3 from github/prompt-tool-fixes

Improving the tools for prompts
This commit is contained in:
Aaron Powell 2025-06-26 15:53:17 +10:00 committed by GitHub
commit 55bf8f8b3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
--- ---
mode: "agent" mode: "agent"
tools: ["codebase", "terminalCommand"] tools: ["changes", "codebase", "editFiles", "problems"]
description: "Create ASP.NET Minimal API endpoints with proper OpenAPI documentation" description: "Create ASP.NET Minimal API endpoints with proper OpenAPI documentation"
--- ---

View File

@ -1,6 +1,6 @@
--- ---
mode: "agent" mode: "agent"
tools: ["codebase", "terminalCommand"] tools: ["changes", "codebase", "editFiles", "problems"]
description: "Get best practices for C# async programming" description: "Get best practices for C# async programming"
--- ---

View File

@ -1,6 +1,6 @@
--- ---
mode: "agent" mode: "agent"
tools: ["codebase", "terminalCommand"] tools: ["changes", "codebase", "editFiles", "problems", "search"]
description: "Get best practices for MSTest unit testing, including data-driven tests" description: "Get best practices for MSTest unit testing, including data-driven tests"
--- ---

View File

@ -1,6 +1,6 @@
--- ---
mode: "agent" mode: "agent"
tools: ["codebase", "terminalCommand"] tools: ["changes", "codebase", "editFiles", "problems", "search"]
description: "Get best practices for NUnit unit testing, including data-driven tests" description: "Get best practices for NUnit unit testing, including data-driven tests"
--- ---

View File

@ -1,6 +1,6 @@
--- ---
mode: "agent" mode: "agent"
tools: ["codebase", "terminalCommand"] tools: ["changes", "codebase", "editFiles", "problems", "search"]
description: "Get best practices for XUnit unit testing, including data-driven tests" description: "Get best practices for XUnit unit testing, including data-driven tests"
--- ---

View File

@ -1,6 +1,6 @@
--- ---
mode: "agent" mode: "agent"
tools: ["codebase", "terminalCommand"] tools: ["changes", "codebase", "editFiles", "problems", "runCommands"]
description: "Get best practices for Entity Framework Core" description: "Get best practices for Entity Framework Core"
--- ---