I'm trying to run a simple script from the quick start guide
script({
model: "azure:o3-mini"
})
$`Write a short poem in code.`
When I execute "Run GenAIScript..." The trace window shows "TypeError [ERR_INVALID_ARG_TYPE] The "path" argument must be of type string. Received undefined"

CLI works fine npx genaiscript run poem
Also installed an older version of the extension and works fine.
System:
VSCode Insiders
WSL2 Ubuntu
I'm trying to run a simple script from the quick start guide
When I execute "Run GenAIScript..." The trace window shows "TypeError [ERR_INVALID_ARG_TYPE] The "path" argument must be of type string. Received undefined"
CLI works fine
npx genaiscript run poemAlso installed an older version of the extension and works fine.
System:
VSCode Insiders
WSL2 Ubuntu