Función de ai-structured simplificada + tipado de la entrada

This commit is contained in:
2026-01-20 11:46:50 -06:00
parent 7a29f1a87d
commit 1727b09bfb
4 changed files with 146 additions and 825 deletions
+5
View File
@@ -9,3 +9,8 @@ entrypoint = "./functions/ai-generate-plan/index.ts"
# Specifies static files to be bundled with the function. Supports glob patterns.
# 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"