Loading .vscode/launch.json +13 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,19 @@ "program": "${workspaceFolder}/scripts/demo.py", "console": "integratedTerminal", }, { "name": "Debug: ai query", "type": "debugpy", "request": "launch", "module": "tdoc_crawler", "console": "integratedTerminal", "justMyCode": false, "args": [ "ai", "query", "Can you provide a summary of the test methods for IVAS-capable devices?", ] }, { "name": "Debug: ai workspace process", "type": "debugpy", Loading Loading
.vscode/launch.json +13 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,19 @@ "program": "${workspaceFolder}/scripts/demo.py", "console": "integratedTerminal", }, { "name": "Debug: ai query", "type": "debugpy", "request": "launch", "module": "tdoc_crawler", "console": "integratedTerminal", "justMyCode": false, "args": [ "ai", "query", "Can you provide a summary of the test methods for IVAS-capable devices?", ] }, { "name": "Debug: ai workspace process", "type": "debugpy", Loading