Skip to content

Commit 084a9e4

Browse files
committed
Updaets
1 parent f715e62 commit 084a9e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,8 @@
14671467
{
14681468
"name": "python_environment",
14691469
"displayName": "Get Python Environment Information",
1470-
"modelDescription": "Provides details about the Python environment for a specified file or workspace, including environment type, Python version, run command, and installed packages with their versions.",
1470+
"userDescription": "Get Python environment info for a file or path, including version, packages, and the command to run it.",
1471+
"modelDescription": "Provides details about the Python environment for a specified file or workspace, including environment type, Python version, run command, and installed packages with their versions. Use this tool to determine the correct command for executing Python code in this workspace.",
14711472
"toolReferenceName": "pythonGetEnvironmentInfo",
14721473
"tags": [
14731474
"ms-python.python"
@@ -1491,6 +1492,7 @@
14911492
{
14921493
"name": "python_install_package",
14931494
"displayName": "Install Python Package",
1495+
"userDescription": "Installs Python packages in the given workspace",
14941496
"modelDescription": "Installs Python packages in the given workspace. Use this tool to install packages in the user's chosen environment.",
14951497
"toolReferenceName": "pythonInstallPackage",
14961498
"tags": [

0 commit comments

Comments
 (0)