Alteração do fluxo de geração de histórias

This commit is contained in:
Lucas Santana 2024-12-22 23:45:42 -03:00
parent 0b8c050bd7
commit 4f3b80246f

View File

@ -143,7 +143,7 @@ export function StoryGenerator() {
student_id: session.user.id, student_id: session.user.id,
title: 'Gerando...', title: 'Gerando...',
theme: choices.theme, theme: choices.theme,
status: 'generating', status: 'draft',
content: { content: {
prompt: choices, prompt: choices,
pages: [] pages: []