|
82 | 82 | "onLanguageModelTool:get_python_environment_details", |
83 | 83 | "onLanguageModelTool:get_python_executable_details", |
84 | 84 | "onLanguageModelTool:install_python_packages", |
85 | | - "onLanguageModelTool:configure_python_environment" |
| 85 | + "onLanguageModelTool:configure_python_environment", |
| 86 | + "onLanguageModelTool:create_virtual_environment" |
86 | 87 | ], |
87 | 88 | "main": "./out/client/extension", |
88 | 89 | "browser": "./dist/extension.browser.js", |
|
1523 | 1524 | "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.", |
1524 | 1525 | "toolReferenceName": "pythonInstallPackage", |
1525 | 1526 | "tags": [ |
| 1527 | + "install python package", |
1526 | 1528 | "extension_installed_by_tool", |
1527 | 1529 | "enable_other_tool_configure_python_environment" |
1528 | 1530 | ], |
|
1576 | 1578 | "name": "create_virtual_environment", |
1577 | 1579 | "displayName": "Create a Virtual Environment", |
1578 | 1580 | "modelDescription": "This tool will create a Virual Environment", |
1579 | | - "tags": [ |
1580 | | - "extension_installed_by_tool" |
1581 | | - ], |
| 1581 | + "tags": [], |
1582 | 1582 | "canBeReferencedInPrompt": false, |
1583 | 1583 | "inputSchema": { |
1584 | 1584 | "type": "object", |
|
1596 | 1596 | "name": "selectEnvironment", |
1597 | 1597 | "displayName": "Select a Python Environment", |
1598 | 1598 | "modelDescription": "This tool will prompt the user to select an existing Python Environment", |
1599 | | - "tags": [ |
1600 | | - "extension_installed_by_tool" |
1601 | | - ], |
| 1599 | + "tags": [], |
1602 | 1600 | "canBeReferencedInPrompt": false, |
1603 | 1601 | "inputSchema": { |
1604 | 1602 | "type": "object", |
|
0 commit comments