XataChatMessageHistoryInput<XataClient>: {
    sessionId: string;
    apiKey?: string;
    client?: XataClient;
    config?: BaseClientOptions;
    createTable?: boolean;
    table?: string;
}

An object type that represents the input for the XataChatMessageHistory class.

Type Parameters

  • XataClient

Type declaration

  • sessionId: string
  • Optional apiKey?: string
  • Optional client?: XataClient
  • Optional config?: BaseClientOptions
  • Optional createTable?: boolean
  • Optional table?: string

Generated using TypeDoc