2
0

🚸 (openai) Improve streaming bubble sequence and visual

This commit is contained in:
Baptiste Arnaud
2023-10-09 11:30:51 +02:00
parent 8eb9f2568b
commit 49826d1303
10 changed files with 69 additions and 25 deletions

View File

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