UNPKG

eve

Version:

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

9 lines (8 loc) 579 B
/** Maximum Teams Adaptive Card text block length used by eve renderers. */ export declare const TEAMS_ADAPTIVE_CARD_TEXT_MAX_LENGTH = 4000; /** Maximum Teams Adaptive Card button title length used by eve renderers. */ export declare const TEAMS_ADAPTIVE_CARD_ACTION_TITLE_MAX_LENGTH = 80; /** Maximum Teams Adaptive Card choice title length used by eve renderers. */ export declare const TEAMS_ADAPTIVE_CARD_CHOICE_TITLE_MAX_LENGTH = 100; /** Maximum number of direct Adaptive Card actions rendered for one request. */ export declare const TEAMS_ADAPTIVE_CARD_ACTION_LIMIT = 6;