Skip to content

Variable: SuggestedQuestionsEventSchema

const SuggestedQuestionsEventSchema: ZodObject<{ attachment_id: ZodOptional<ZodString>; conversation_id: ZodOptional<ZodString>; message_id: ZodOptional<ZodString>; questions: ZodArray<ZodString>; space_id: ZodString; type: ZodLiteral<"suggested_questions">; }, $strip>

Genie produced a follow-up suggested-questions list (attachments[i].suggested_questions.questions[]). Fires once when the list appears, and again if Genie rewrites it.