Version estable conversacion normal

This commit is contained in:
2025-11-18 15:17:11 -06:00
parent 8c890d76e0
commit f7a29ad510
4 changed files with 379 additions and 373 deletions

View File

@@ -8,7 +8,8 @@ import { supabase,useSupabaseAuth } from "@/auth/supabase"
import { toast } from "sonner"
import ReactMarkdown from 'react-markdown'
import { HistorialCambiosModal } from "../historico/HistorialCambiosModal"
import AIChatModal from "../ai/AIChatModal"
// @ts-ignore
import AIChatModal from "../ai/AIChatModal"
/* =====================================================
@@ -306,6 +307,7 @@ export function AcademicSections({ planId, color }: { planId: string; color?: st
updateField.mutate({ key, value })
}}
/>
<AIChatModal
open={openModalIa}
onClose={() => setopenModalIa(false)}