Skip to content

Commit 4f02725

Browse files
authored
Pompt model to use tool before running any Python command in terminal (#25321)
For https://github.com/microsoft/vscode/issues/256114
1 parent 583f2d3 commit 4f02725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@
15851585
{
15861586
"name": "configure_python_environment",
15871587
"displayName": "Configure Python Environment",
1588-
"modelDescription": "This tool configures a Python environment in the given workspace. ALWAYS Use this tool to set up the user's chosen environment and ALWAYS call this tool before using any other Python related tools.",
1588+
"modelDescription": "This tool configures a Python environment in the given workspace. ALWAYS Use this tool to set up the user's chosen environment and ALWAYS call this tool before using any other Python related tools or running any Python command in the terminal.",
15891589
"userDescription": "%python.languageModelTools.configure_python_environment.userDescription%",
15901590
"toolReferenceName": "configurePythonEnvironment",
15911591
"tags": [

0 commit comments

Comments
 (0)