From 0134ab813a2f657a7ebfa5a114272882afa04c59 Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Wed, 28 May 2025 10:01:31 +1000 Subject: [PATCH] Update lm tool tags --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 561979c6da4c..c548601e00e9 100644 --- a/package.json +++ b/package.json @@ -1476,6 +1476,7 @@ "modelDescription": "This tool will retrieve the details of the Python Environment for the specified file or workspace. The details returned include the 1. Type of Environment (conda, venv, etec), 2. Version of Python, 3. List of all installed packages with their versions. ALWAYS call configure_python_environment before using this tool.", "toolReferenceName": "pythonGetEnvironmentInfo", "tags": [ + "python", "extension_installed_by_tool", "enable_other_tool_configure_python_environment" ], @@ -1500,6 +1501,7 @@ "modelDescription": "This tool will retrieve the details of the Python Environment for the specified file or workspace. ALWAYS use this tool before executing any Python command in the terminal. This tool returns the details of how to construct the fully qualified path and or command including details such as arguments required to run Python in a terminal. Note: Instead of executing `python --version` or `python -c 'import sys; print(sys.executable)'`, use this tool to get the Python executable path to replace the `python` command. E.g. instead of using `python -c 'import sys; print(sys.executable)'`, use this tool to build the command `conda run -n -c 'import sys; print(sys.executable)'`. ALWAYS call configure_python_environment before using this tool.", "toolReferenceName": "pythonExecutableCommand", "tags": [ + "python", "extension_installed_by_tool", "enable_other_tool_configure_python_environment" ], @@ -1524,6 +1526,7 @@ "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.", "toolReferenceName": "pythonInstallPackage", "tags": [ + "python", "install python package", "extension_installed_by_tool", "enable_other_tool_configure_python_environment" @@ -1558,6 +1561,7 @@ "userDescription": "%python.languageModelTools.configure_python_environment.userDescription%", "toolReferenceName": "configurePythonEnvironment", "tags": [ + "python", "extension_installed_by_tool" ], "icon": "$(gear)",