UNPKG

deep-chat

Version:

Customizable chat component for AI APIs

12 lines 285 B
import { MessageFiles } from './messageFile'; export interface Response { text?: string; files?: MessageFiles; html?: string; error?: string; role?: string; overwrite?: boolean; custom?: any; _sessionId?: string; } //# sourceMappingURL=response.d.ts.map