UNPKG

alpha-ai-avatar-sdk-aipi

Version:
6 lines (5 loc) 92 B
export type ChatMessage = { role: string; content: string; isFinal: boolean; };