Type alias ResearchContext
ResearchContext: {
created_at: string;
deleted: boolean;
deleted_at: string | null;
description: string;
external_id: string;
id: number;
title: string;
updated_at: string;
}
Type declaration
created_at: string
deleted: boolean
deleted_at: string | null
description: string
external_id: string
id: number
title: string
updated_at: string
A research context belongs to a research topic, and is defined using a subset of the collection of source_data of the research topic This is the context in which conversations will happen