Skip to content

Commit 0134ab8

Browse files
committed
Update lm tool tags
1 parent 1d682db commit 0134ab8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1476,6 +1476,7 @@
14761476
"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.",
14771477
"toolReferenceName": "pythonGetEnvironmentInfo",
14781478
"tags": [
1479+
"python",
14791480
"extension_installed_by_tool",
14801481
"enable_other_tool_configure_python_environment"
14811482
],
@@ -1500,6 +1501,7 @@
15001501
"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 <env_name> -c 'import sys; print(sys.executable)'`. ALWAYS call configure_python_environment before using this tool.",
15011502
"toolReferenceName": "pythonExecutableCommand",
15021503
"tags": [
1504+
"python",
15031505
"extension_installed_by_tool",
15041506
"enable_other_tool_configure_python_environment"
15051507
],
@@ -1524,6 +1526,7 @@
15241526
"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.",
15251527
"toolReferenceName": "pythonInstallPackage",
15261528
"tags": [
1529+
"python",
15271530
"install python package",
15281531
"extension_installed_by_tool",
15291532
"enable_other_tool_configure_python_environment"
@@ -1558,6 +1561,7 @@
15581561
"userDescription": "%python.languageModelTools.configure_python_environment.userDescription%",
15591562
"toolReferenceName": "configurePythonEnvironment",
15601563
"tags": [
1564+
"python",
15611565
"extension_installed_by_tool"
15621566
],
15631567
"icon": "$(gear)",

0 commit comments

Comments
 (0)