2
0

Stream bubble content if placed right after Op…

Closes #617
This commit is contained in:
Baptiste Arnaud
2023-07-19 11:20:44 +02:00
parent 6c540657a6
commit 3952ae2755
14 changed files with 231 additions and 34 deletions

View File

@ -247,6 +247,7 @@ const clientSideActionSchema = z
messages: z.array(
chatCompletionMessageSchema.pick({ content: true, role: true })
),
displayStream: z.boolean().optional(),
}),
})
)