Skip to content

Commit eb60170

Browse files
committed
fix prompt front matter
1 parent bd948af commit eb60170

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/prompts/sync-automatic-tools.prompt.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
mode: 'agent'
32
description: 'Review and improve the automatic vs intentional tool classification in src/automaticTools.json.'
43
tools: ['read_file', 'write_file', 'search_files']
54
---

.github/prompts/sync-models.prompt.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
mode: 'agent'
32
description: 'Update src/tokenEstimators.json and src/modelPricing.json with missing models found in GitHub Copilot documentation.'
4-
tools: ['fetch', 'read_file', 'write_file', 'search_files']
3+
tools: ['web/fetch', 'read_file', 'write_file', 'search_files']
54
---
65

76
# Sync Copilot Model Data

.github/prompts/sync-toolnames.prompt.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
mode: 'agent'
32
description: 'Scan microsoft/vscode-copilot-chat for model-facing tool identifiers and update src/toolNames.json with any missing entries.'
43
tools: ['read_file', 'write_file', 'search_files', 'run_in_terminal']
54
---

0 commit comments

Comments
 (0)