Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Commit 044b7b5

Browse files
authored
edits to get environment tool descriptions (#364)
fixes microsoft/vscode-python-environments#345 fixes microsoft/vscode-python-environments#352
1 parent 35c74b7 commit 044b7b5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,9 @@
510510
"languageModelTools": [
511511
{
512512
"name": "python_environment",
513+
"userDescription": "Get Python environment info for a file or path, including version, packages, and the command to run it.",
513514
"displayName": "Get Python Environment Information",
514-
"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.",
515+
"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.",
515516
"toolReferenceName": "pythonGetEnvironmentInfo",
516517
"tags": [],
517518
"icon": "$(files)",

0 commit comments

Comments
 (0)