NewResearchContextViewModel: {
    code: number;
    errorCode?: number | null;
    errorMessage?: string | null;
    errorName?: string | null;
    errorType?: string | null;
    llm_name: string;
    research_context_description: string;
    research_context_id: number;
    research_context_title: string;
    status: boolean;
}

View Model for the New Research Context Feature.

Type declaration

  • code: number
  • Optional errorCode?: number | null
  • Optional errorMessage?: string | null
  • Optional errorName?: string | null
  • Optional errorType?: string | null
  • llm_name: string

    Name of the LLM of the newly created research context.

  • research_context_description: string

    Description of the newly created research context.

  • research_context_id: number

    ID of the newly created research context.

  • research_context_title: string

    Title of the newly created research context.

  • status: boolean

Generated using TypeDoc