@sqlrooms/ai-core / ChatActivityItem
Type Alias: ChatActivityItem
ChatActivityItem = {
id:string;kind:"reasoning";text:string;Content:ChatComponentType; } | {id:string;kind:"tool";toolName:string;state:ChatToolState;isAgent:boolean;isHoisted:boolean;Content:ChatComponentType; }
One semantic activity item with pre-wired leaf rendering.