From 7afe5486a52262fa65fc4e82dc355bcc8de26450 Mon Sep 17 00:00:00 2001 From: Harald Kirschner Date: Wed, 15 Oct 2025 17:00:29 -0700 Subject: [PATCH] Declare all tools in data prompt --- .github/prompts/data.prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/prompts/data.prompt.md b/.github/prompts/data.prompt.md index a0956fb7d1d..f3fe3292aaf 100644 --- a/.github/prompts/data.prompt.md +++ b/.github/prompts/data.prompt.md @@ -1,7 +1,7 @@ --- mode: agent description: 'Answer telemetry questions with data queries' -tools: ['runInTerminal', 'search', 'extensions', 'githubRepo', 'todos', 'kusto_query'] +tools: ['search', 'runCommands/runInTerminal', 'Azure MCP/kusto_query', 'githubRepo', 'extensions', 'todos'] ---