Commit 778bf818 authored by Jan Reimes's avatar Jan Reimes
Browse files

feat(debug): add debug configuration for ai query

parent f14be17c
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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",