🚑 Add back runtimeOptions and fix popup width option
This commit is contained in:
@ -290,6 +290,12 @@ const chatResponseBaseSchema = z.object({
|
||||
pictureChoiceBlockSchemas.v5,
|
||||
]),
|
||||
])
|
||||
.and(
|
||||
z.object({
|
||||
prefilledValue: z.string().optional(),
|
||||
runtimeOptions: runtimeOptionsSchema.optional(),
|
||||
})
|
||||
)
|
||||
.optional(),
|
||||
clientSideActions: z
|
||||
.array(clientSideActionSchema)
|
||||
|
Reference in New Issue
Block a user