Skip to content

Commit 28e1329

Browse files
committed
Updates
1 parent 95fef81 commit 28e1329

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,7 @@
14731473
"tags": [
14741474
"enable_other_tool_configure_python_environment"
14751475
],
1476-
"icon": "$(files)",
1476+
"icon": "$(snake)",
14771477
"canBeReferencedInPrompt": true,
14781478
"inputSchema": {
14791479
"type": "object",
@@ -1496,7 +1496,7 @@
14961496
"tags": [
14971497
"enable_other_tool_configure_python_environment"
14981498
],
1499-
"icon": "$(snake)",
1499+
"icon": "$(terminal)",
15001500
"canBeReferencedInPrompt": true,
15011501
"inputSchema": {
15021502
"type": "object",
@@ -1516,7 +1516,9 @@
15161516
"userDescription": "%python.languageModelTools.install_python_packages.userDescription%",
15171517
"modelDescription": "Installs Python packages in the given workspace. Use this tool to install packages in the user's chosen environment. ALWAYS call configure_python_environment before using this tool.",
15181518
"toolReferenceName": "pythonInstallPackage",
1519-
"tags": [],
1519+
"tags": [
1520+
"enable_other_tool_configure_python_environment"
1521+
],
15201522
"icon": "$(package)",
15211523
"canBeReferencedInPrompt": true,
15221524
"inputSchema": {
@@ -1546,10 +1548,8 @@
15461548
"modelDescription": "This tool configures a Python environment in the given workspace. ALWAYS Use this tool to set up the user's chosen environment and ALWAYS call this tool before using any other Python related tools.",
15471549
"userDescription": "%python.languageModelTools.configure_python_environment.userDescription%",
15481550
"toolReferenceName": "configurePythonEnvironment",
1549-
"tags": [
1550-
"ms-python.python"
1551-
],
1552-
"icon": "$(files)",
1551+
"tags": [],
1552+
"icon": "$(gear)",
15531553
"canBeReferencedInPrompt": true,
15541554
"inputSchema": {
15551555
"type": "object",

0 commit comments

Comments
 (0)