Skip to content

Commit a752b0b

Browse files
committed
Pompt model to use tool before running any Python command in terminal
1 parent 583f2d3 commit a752b0b

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)