nueva edge function para la generación de sugerencais de asignaturas con IA

This commit is contained in:
2026-02-10 12:22:39 -06:00
parent a9b77cd792
commit 93c7f11621
6 changed files with 68 additions and 0 deletions
@@ -93,6 +93,7 @@ export type Database = {
asignatura_hash: string | null;
codigo: string | null;
contenido_tematico: Json;
conversation_id: string | null;
creado_en: string;
creado_por: string | null;
creditos: number;
@@ -118,6 +119,7 @@ export type Database = {
asignatura_hash?: string | null;
codigo?: string | null;
contenido_tematico?: Json;
conversation_id?: string | null;
creado_en?: string;
creado_por?: string | null;
creditos: number;
@@ -143,6 +145,7 @@ export type Database = {
asignatura_hash?: string | null;
codigo?: string | null;
contenido_tematico?: Json;
conversation_id?: string | null;
creado_en?: string;
creado_por?: string | null;
creditos?: number;