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
  • Optionalhistory?: ConversationHistoryResponse[]
  • id: string
  • title: string
  • updated: string | null
  • workspace_id: string | null