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": "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.",
1518
1518
"toolReferenceName": "pythonInstallPackage",
1519
-
"tags": [],
1519
+
"tags": [
1520
+
"enable_other_tool_configure_python_environment"
1521
+
],
1520
1522
"icon": "$(package)",
1521
1523
"canBeReferencedInPrompt": true,
1522
1524
"inputSchema": {
@@ -1546,10 +1548,8 @@
1546
1548
"modelDescription": "This tool configures a Python environment in the given workspace. ALWAYS Use this tool to set up the user's chosen environment and ALWAYS call this tool before using any other Python related tools.",
0 commit comments