AAI SDK
    Preparing search index...

    Variable MAX_CLIENT_EVENT_PAYLOAD_BYTESConst

    MAX_CLIENT_EVENT_PAYLOAD_BYTES: 65536

    Wire cap on a custom_event's serialized payload (64 KB) — prevents memory abuse via ctx.send. The payload is arbitrary JSON, so any enforcement is imperative (serialize + measure) rather than in the zod schema.