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