Skip to content

Variable: conversationAccountSchema

const conversationAccountSchema: ZodObject<{ id: ZodString; }, $strip>

The conversation an activity belongs to. The id is what maps onto a Mastra memory thread, so a client that keeps sending the same id gets a continuous conversation.