UNPKG

deep-chat

Version:

Customizable chat component for AI APIs

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