close #31: Se genera el contenido temático con la IA
This commit is contained in:
@@ -460,6 +460,7 @@ export type Database = {
|
||||
estado: Database["public"]["Enums"]["estado_conversacion"]
|
||||
id: string
|
||||
intento_archivado: number
|
||||
nombre: string | null
|
||||
openai_conversation_id: string
|
||||
plan_estudio_id: string
|
||||
}
|
||||
@@ -472,6 +473,7 @@ export type Database = {
|
||||
estado?: Database["public"]["Enums"]["estado_conversacion"]
|
||||
id?: string
|
||||
intento_archivado?: number
|
||||
nombre?: string | null
|
||||
openai_conversation_id: string
|
||||
plan_estudio_id: string
|
||||
}
|
||||
@@ -484,6 +486,7 @@ export type Database = {
|
||||
estado?: Database["public"]["Enums"]["estado_conversacion"]
|
||||
id?: string
|
||||
intento_archivado?: number
|
||||
nombre?: string | null
|
||||
openai_conversation_id?: string
|
||||
plan_estudio_id?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user