File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 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" ,
1577
1578
"name" : " create_virtual_environment" ,
1578
1579
"displayName" : " Create a Virtual Environment" ,
1579
1580
"modelDescription" : " This tool will create a Virual Environment" ,
1580
- "tags" : [
1581
- " extension_installed_by_tool"
1582
- ],
1581
+ "tags" : [],
1583
1582
"canBeReferencedInPrompt" : false ,
1584
1583
"inputSchema" : {
1585
1584
"type" : " object" ,
1597
1596
"name" : " selectEnvironment" ,
1598
1597
"displayName" : " Select a Python Environment" ,
1599
1598
"modelDescription" : " This tool will prompt the user to select an existing Python Environment" ,
1600
- "tags" : [
1601
- " extension_installed_by_tool"
1602
- ],
1599
+ "tags" : [],
1603
1600
"canBeReferencedInPrompt" : false ,
1604
1601
"inputSchema" : {
1605
1602
"type" : " object" ,
You can’t perform that action at this time.
0 commit comments