Skip to content

Commit 73dc2f0

Browse files
committed
Update lm tool tags
1 parent 637ed3e commit 73dc2f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@
525525
"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. ",
526526
"toolReferenceName": "pythonEnvironmentDetails",
527527
"tags": [
528+
"python",
528529
"extension_installed_by_tool"
529530
],
530531
"icon": "$(snake)",
@@ -547,6 +548,7 @@
547548
"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)'`.",
548549
"toolReferenceName": "pythonExecutableDetails",
549550
"tags": [
551+
"python",
550552
"extension_installed_by_tool"
551553
],
552554
"icon": "$(files)",
@@ -569,6 +571,7 @@
569571
"modelDescription": "Installs Python packages in the given workspace. Use this tool to install packages in the user's chosen environment.",
570572
"toolReferenceName": "installPythonPackage",
571573
"tags": [
574+
"python",
572575
"install python package",
573576
"extension_installed_by_tool"
574577
],

0 commit comments

Comments
 (0)