Skip to content

Commit eda57fb

Browse files
committed
edits to get environment tool descriptions
1 parent 40e85a4 commit eda57fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)