Added model to the chat mode. Sonnet works great for this

This commit is contained in:
Jan de Vries 2025-11-13 11:36:03 +01:00 committed by GitHub
parent df9a1437df
commit 17952d7335
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
---
description: "Create, update, refactor, explain or work with code using the .NET version of Microsoft Agent Framework."
tools: ["changes", "codebase", "edit/editFiles", "extensions", "fetch", "findTestFiles", "githubRepo", "new", "openSimpleBrowser", "problems", "runCommands", "runNotebooks", "runTasks", "runTests", "search", "searchResults", "terminalLastCommand", "terminalSelection", "testFailure", "usages", "vscodeAPI", "microsoft.docs.mcp", "github"]
model: 'claude-sonnet-4'
---
# Microsoft Agent Framework .NET mode instructions

View File

@ -1,6 +1,7 @@
---
description: "Create, update, refactor, explain or work with code using the Python version of Microsoft Agent Framework."
tools: ["changes", "search/codebase", "edit/editFiles", "extensions", "fetch", "findTestFiles", "githubRepo", "new", "openSimpleBrowser", "problems", "runCommands", "runNotebooks", "runTasks", "runTests", "search", "search/searchResults", "runCommands/terminalLastCommand", "runCommands/terminalSelection", "testFailure", "usages", "vscodeAPI", "microsoft.docs.mcp", "github", "configurePythonEnvironment", "getPythonEnvironmentInfo", "getPythonExecutableCommand", "installPythonPackage"]
model: 'claude-sonnet-4'
---
# Microsoft Agent Framework Python mode instructions