You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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.",
493
493
"toolReferenceName": "pythonGetEnvironmentInfo",
@@ -508,7 +508,7 @@
508
508
}
509
509
},
510
510
{
511
-
"name": "python_install_package_tool",
511
+
"name": "python_install_package",
512
512
"displayName": "Install Python Package",
513
513
"modelDescription": "Installs Python packages in the given workspace. Use this tool to install packages in the user's chosen environment.",
514
514
"toolReferenceName": "pythonInstallPackage",
@@ -525,14 +525,14 @@
525
525
},
526
526
"description": "The list of packages to install."
527
527
},
528
-
"workspacePath": {
528
+
"resourcePath": {
529
529
"type": "string",
530
-
"description": "Path to Python workspace that determines the environment for package installation."
530
+
"description": "The path to the Python file or workspace to get the environment information for."
0 commit comments