Type Alias ConversationResponse
ConversationResponse: { ai_stack_id: string | null; created: string | null; history?: ConversationHistoryResponse[]; id: string; title: string; updated: string | null; workspace_id: string | null;} Type declaration
ai_stack_id: string | null
created: string | null
id: string
title: string
updated: string | null
workspace_id: string | null