Skip to content

Commit bb91ec6

Browse files
committed
Updates
1 parent 084a9e4 commit bb91ec6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@
14671467
{
14681468
"name": "python_environment",
14691469
"displayName": "Get Python Environment Information",
1470-
"userDescription": "Get Python environment info for a file or path, including version, packages, and the command to run it.",
1470+
"userDescription": "%python.languageModelTools.python_environment.userDescription%",
14711471
"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.",
14721472
"toolReferenceName": "pythonGetEnvironmentInfo",
14731473
"tags": [
@@ -1492,7 +1492,7 @@
14921492
{
14931493
"name": "python_install_package",
14941494
"displayName": "Install Python Package",
1495-
"userDescription": "Installs Python packages in the given workspace",
1495+
"userDescription": "%python.languageModelTools.python_install_package.userDescription%",
14961496
"modelDescription": "Installs Python packages in the given workspace. Use this tool to install packages in the user's chosen environment.",
14971497
"toolReferenceName": "pythonInstallPackage",
14981498
"tags": [

package.nls.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"python.command.python.startTerminalREPL.title": "Start Terminal REPL",
3+
"python.languageModelTools.python_environment.userDescription": "Get Python environment info for a file or path, including version, packages, and the command to run it.",
4+
"python.languageModelTools.python_install_package.userDescription": "Installs Python packages in the given workspace.",
35
"python.command.python.startNativeREPL.title": "Start Native Python REPL",
46
"python.command.python.createEnvironment.title": "Create Environment...",
57
"python.command.python.createNewFile.title": "New Python File",
68
"python.command.python.createTerminal.title": "Create Terminal",
79
"python.command.python.execInTerminal.title": "Run Python File in Terminal",
810
"python.command.python.execInTerminalIcon.title": "Run Python File",
9-
"python.command.python.execInDedicatedTerminal.title": "Run Python File in Dedicated Terminal",
11+
"python.command.python.execInDedicatedTerminal.title": "Run Python File in Dedicated Terminal",
1012
"python.command.python.setInterpreter.title": "Select Interpreter",
1113
"python.command.python.clearWorkspaceInterpreter.title": "Clear Workspace Interpreter Setting",
1214
"python.command.python.viewOutput.title": "Show Output",

0 commit comments

Comments
 (0)