UNPKG

@rhyizm/ai-enbod

Version:

Multi-Assistant AI Communication Framework.

9 lines (8 loc) 161 B
export interface IThread { threadId: string; title: string; summary: string; embeddings: string; updatedAt: string; createdAt: string; }