import type { OpenAI } from "openai"; import { supabase } from "../supabase.ts"; import type { TablesUpdate } from "../../_shared/database.types.ts"; export function handleCrearPlanEstudio(response: OpenAI.Responses.Response) { }