Skip to content

Variable: genieListConversationMessagesRequestSchema

const genieListConversationMessagesRequestSchema: ZodObject<{ conversation_id: ZodString; page_size: ZodOptional<ZodNumber>; page_token: ZodOptional<ZodString>; space_id: ZodString; }, $strip>