Type alias XataChatMessageHistoryInput<XataClient>
XataChatMessageHistoryInput<XataClient>: { sessionId: string; apiKey?: string; client?: XataClient; config?: BaseClientOptions; createTable?: boolean; table?: string; } Type declaration
sessionId: string
Optional
apiKey?: string
Optional
config?: BaseClientOptions
Optional
createTable?: boolean
Optional
table?: string
An object type that represents the input for the XataChatMessageHistory class.