2
0

🚑 Revert resultId optional in startChat response

This commit is contained in:
Baptiste Arnaud
2023-12-23 10:13:27 +01:00
parent 867e68c4d9
commit 6e076e9fb8
3 changed files with 2 additions and 3 deletions

View File

@ -317,7 +317,7 @@ export const startChatResponseSchema = z
sessionId: z
.string()
.describe('To save and use for /continueChat requests.'),
resultId: z.string(),
resultId: z.string().optional(),
typebot: z.object({
id: z.string(),
theme: themeSchema,