Skip to content

Commit 55bf8f8

Browse files
authored
Merge pull request #3 from github/prompt-tool-fixes
Improving the tools for prompts
2 parents a620f51 + 9872a77 commit 55bf8f8

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

prompts/aspnet-minimal-api-openapi.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
mode: "agent"
3-
tools: ["codebase", "terminalCommand"]
3+
tools: ["changes", "codebase", "editFiles", "problems"]
44
description: "Create ASP.NET Minimal API endpoints with proper OpenAPI documentation"
55
---
66

prompts/csharp-async.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
mode: "agent"
3-
tools: ["codebase", "terminalCommand"]
3+
tools: ["changes", "codebase", "editFiles", "problems"]
44
description: "Get best practices for C# async programming"
55
---
66

prompts/csharp-mstest.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
mode: "agent"
3-
tools: ["codebase", "terminalCommand"]
3+
tools: ["changes", "codebase", "editFiles", "problems", "search"]
44
description: "Get best practices for MSTest unit testing, including data-driven tests"
55
---
66

prompts/csharp-nunit.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
mode: "agent"
3-
tools: ["codebase", "terminalCommand"]
3+
tools: ["changes", "codebase", "editFiles", "problems", "search"]
44
description: "Get best practices for NUnit unit testing, including data-driven tests"
55
---
66

prompts/csharp-xunit.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
mode: "agent"
3-
tools: ["codebase", "terminalCommand"]
3+
tools: ["changes", "codebase", "editFiles", "problems", "search"]
44
description: "Get best practices for XUnit unit testing, including data-driven tests"
55
---
66

prompts/ef-core.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
mode: "agent"
3-
tools: ["codebase", "terminalCommand"]
3+
tools: ["changes", "codebase", "editFiles", "problems", "runCommands"]
44
description: "Get best practices for Entity Framework Core"
55
---
66

0 commit comments

Comments
 (0)