This commit is contained in:
2026-02-10 16:38:33 -06:00
parent 93c7f11621
commit ce5360a5c2
4 changed files with 301 additions and 24 deletions
@@ -1,3 +1,9 @@
{
"imports": {}
"imports": {
"zod": "https://deno.land/x/zod@v3.22.4/mod.ts",
"openai": "npm:openai@6.16.0",
"openai/helpers/zod": "npm:openai@6.16.0/helpers/zod",
"@supabase/supabase-js": "npm:@supabase/supabase-js@2",
"@supabase/functions-js/edge-runtime.d.ts": "jsr:@supabase/functions-js@^2/edge-runtime.d.ts"
}
}