interface FixedConversationResponse {
    ai_stack_id: null | string;
    created: null | string;
    history?: FixedConversationHistoryResponse[];
    id: string;
    title: string;
    updated: null | string;
    workspace_id: null | string;
}

Hierarchy (View Summary)

Properties

ai_stack_id: null | string
created: null | string
id: string
title: string
updated: null | string
workspace_id: null | string