diff --git a/chat-sample/package.json b/chat-sample/package.json index 7ff419e3..3315376b 100644 --- a/chat-sample/package.json +++ b/chat-sample/package.json @@ -94,9 +94,10 @@ "editors", "chat-tools-sample" ], - "toolReferenceName": "tabCount", + "toolReferenceName": "countTabs", "displayName": "Tab Count", "modelDescription": "The number of active tabs in a tab group", + "canBeReferencedInPrompt": true, "icon": "$(files)", "inputSchema": { "type": "object", @@ -116,8 +117,10 @@ "search", "chat-tools-sample" ], + "toolReferenceName": "findFiles", "displayName": "Find Files", "modelDescription": "Search for files in the current workspace", + "canBeReferencedInPrompt": true, "inputSchema": { "type": "object", "properties": { @@ -139,6 +142,7 @@ ], "displayName": "Run in Terminal", "modelDescription": "Run a command in a terminal and return the output", + "canBeReferencedInPrompt": false, "inputSchema": { "type": "object", "properties": {