{ "version": "0.2.0", "configurations": [ { "name": "idxtool-any", "type": "debugpy", "request": "launch", "program": "${workspaceFolder
{
"version": "0.2.0",
"configurations": [
{
"name": "idxtool-any",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/Tools/openai_gpts/idxtool.py",
"args": ["--template", "https://chat.openai.com/g/g-svehnI9xP-retro-adventures"],
"console": "integratedTerminal"
},
{
"name": "idxtool-Rebuild TOC",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/Tools/openai_gpts/idxtool.py",
"args": ["--toc"],
"console": "integratedTerminal"
},
{
"name": "idxtool-Find GPT File",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/Tools/openai_gpts/idxtool.py",
"args": ["--find-gptfile", "https://chat.openai.com/g/g-svehnI9xP-retro-adventures"],Sign in to view the full prompt.
Sign In