UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

4 lines (3 loc) 210 B
export declare const MAX_ACTIVITY_TEXT_LENGTH = 500; /** Normalizes bounded untrusted presentation text before it reaches a renderer. */ export declare function normalizePresentationText(text: string): string;