Add deno.lock file and refactor AI function to streamline OpenAI integration

This commit is contained in:
2026-01-13 11:10:41 -06:00
parent f037e31896
commit 411e0f2154
3 changed files with 44 additions and 54 deletions
Generated
+25
View File
@@ -0,0 +1,25 @@
{
"version": "5",
"specifiers": {
"jsr:@openai/openai@*": "6.9.0",
"jsr:@supabase/functions-js@*": "2.90.1"
},
"jsr": {
"@openai/openai@6.9.0": {
"integrity": "d1828101f5a782a75c25805c4e06c1316d9c19f422d84755fb908046184c3ef6"
},
"@supabase/functions-js@2.90.1": {
"integrity": "9a077ecf42aa84594ef3aac621d643e15ffaa9506a4c051e35c93f127ffdb035"
}
},
"workspace": {
"packageJson": {
"dependencies": [
"npm:@supabase/supabase-js@^2.90.1",
"npm:@types/bun@latest",
"npm:supabase-js@^1.0.4",
"npm:supabase@^2.72.6"
]
}
}
}