ResearchContext: {
    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

Type declaration

  • created_at: string
  • deleted: boolean
  • deleted_at: string | null
  • description: string
  • external_id: string
  • id: number
  • title: string
  • updated_at: string

Param: id:

the id of the research context

Param: title:

the title of the research context

Param: description:

the description of the research context

Generated using TypeDoc