Skip to content

Commit ac0c8cd

Browse files
authored
edits to get environment tool descriptions (#364)
fixes #345 fixes #352
1 parent 40e85a4 commit ac0c8cd

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)