🚸 (openai) Improve streaming bubble sequence and visual
This commit is contained in:
@@ -218,7 +218,6 @@ const clientSideActionSchema = z
|
||||
messages: z.array(
|
||||
chatCompletionMessageSchema.pick({ content: true, role: true })
|
||||
),
|
||||
displayStream: z.boolean().optional(),
|
||||
}),
|
||||
})
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user