Skip to content

Commit d600d78

Browse files
committed
refactor: remove unused agent_openai_tools configuration from launch.json
1 parent ecb704a commit d600d78

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.vscode/launch.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,6 @@
2929

3030

3131

32-
{
33-
"name": "agent_openai_tools",
34-
"type": "debugpy",
35-
"request": "launch",
36-
"program": "./src/chatbot/agents/agent_openai_tools.py",
37-
"cwd": "${workspaceFolder}",
38-
"env":{ "PYTHONPATH": "/app"},
39-
"console": "integratedTerminal",
40-
41-
},
42-
43-
4432
{
4533
"name": "agent_eval",
4634
"type": "debugpy",

0 commit comments

Comments
 (0)