Type Alias ConversationHistoryResponse
ConversationHistoryResponse: { agent: ConversationHistoryAgentEnum; content: string; custom_agent?: object | null; message_id: string; sources: any[]; updated: string;} Type declaration
content: string
Optionalcustom_agent?: object | null
message_id: string
sources: any[]
updated: string