CreateDefaultDataViewModel: {
    client_id: number;
    code: number;
    errorCode?: number | null;
    errorMessage?: string | null;
    errorName?: string | null;
    errorType?: string | null;
    llm_id: number;
    status: boolean;
}

View Model for the Create Default Data Feature. Represents a new default client and a new default llm.

Type declaration

  • client_id: number

    Client id of the new default client.

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

    LLM id of the new default llm.

  • status: boolean

Generated using TypeDoc