Generación de datos básicos de asignaturas funcional
Deploy Function / deploy (push) Successful in 24s
Deploy Function / deploy (push) Successful in 24s
close #6: - Ya se pueden generar asignaturas con IA. Específicamente los datos generales. - Se actualizaron los tipos de supabase - Se arreglaron los imports - TODO: generar contenido temático de la asignatura
This commit was merged in pull request #17.
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
// This enables autocomplete, go to definition, etc.
|
||||
|
||||
// Setup type definitions for built-in Supabase Runtime APIs
|
||||
import "jsr:@supabase/functions-js/edge-runtime.d.ts";
|
||||
import "@supabase/functions-js/edge-runtime.d.ts";
|
||||
import { corsHeaders } from "../_shared/cors.ts";
|
||||
import { HttpError, sendError, sendSuccess } from "../_shared/utils.ts";
|
||||
import { createClient } from "npm:@supabase/supabase-js@2";
|
||||
import { createClient } from "@supabase/supabase-js";
|
||||
import type { Database, Json } from "../_shared/database.types.ts";
|
||||
import type { AIGeneratePlanInput } from "./types.ts";
|
||||
import { z } from "zod";
|
||||
|
||||
Reference in New Issue
Block a user