How would I solve this issue? I tried to create a function which requires the following modules.
import { Function } from "@foundry/functions-api";
import * as modelsApi from "@foundry/models-api";
This is my package.json dependencies
"dependencies": {
"@foundry/functions-api": "0.106.0",
"@foundry/functions-typescript-runtime-internal-api": "0.109.0",
"@foundry/models-api": "latest",
"@foundry/functions-utils": "0.12.0"
},
I have committed my changes but the error still persists. Any recommendations on how to fix this issue?
Additionally, how would I connect this function to the SDK?