Versión funcional de creación de plan de estudios con IA

This commit is contained in:
2026-01-20 17:03:13 -06:00
parent f15ab86e7f
commit 8ef3f24652
7 changed files with 1763 additions and 257 deletions
+5 -4
View File
@@ -10,7 +10,8 @@ entrypoint = "./functions/ai-generate-plan/index.ts"
# For example, if you want to serve static HTML pages in your function:
# static_files = [ "./functions/ai-generate-plan/*.html" ]
[functions.ai-structured]
enabled = true
verify_jwt = true
import_map = "./functions/ai-structured/deno.json"
# [functions.ai-structured]
# DEPRECATED: replaced by shared module `_shared/openai-service.ts`
# enabled = false
# verify_jwt = false
# import_map = "./functions/ai-structured/deno.json"