Membrane React - v0.7.0
    Preparing search index...

    Variable CreateAgentSessionConst

    CreateAgentSession: ZodObject<
        {
            workspaceElementType: ZodEnum<typeof WorkspaceElementType>;
            workspaceElementId: ZodString;
            prompt: ZodString;
            testCustomerId: ZodOptional<ZodString>;
        },
        $strip,
    >