vscode/extensions/prompt-basics/snippets/chatmode.code-snippets
2025-05-22 12:22:58 -07:00

14 lines
310 B
Plaintext

{
"fileTemplate": {
"prefix": "Custom Chat Mode",
"body": [
"---",
"description: '${1:Description of the custom chat mode.}'",
"tools: [ '${2:tool1}', '${3:tool2}' ]",
"---",
],
"description": "Custom chat modes can define a specific behavior for the chat",
"isFileTemplate": true,
}
}