UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

11 lines (10 loc) 223 B
/** * @export * @enum {string} */ export declare enum AgentChatMessagePartType { TEXT = "text", DATA_ATTACHMENTS = "data-attachments", DYNAMIC_TOOL = "dynamic-tool" } export default AgentChatMessagePartType;