Session ID to use when storing and retrieving chat message history.
Optional
escapeIf true, the table name will be escaped. ('lAnGcHaIn' will be escaped to '"lAnGcHaIn"')
Optional
pool?: pg.PoolPostgres pool to use. If provided the PostgresChatMessageHistory object will use the provided pool. Otherwise it will create a new pool using the provided configuration.
Optional
poolConfiguration object for the Postgres pool. If provided the PostgresChatMessageHistory object will create a new pool using the provided configuration. Otherwise it will use the provided pool.
Optional
tableName of the table to use when storing and retrieving chat message
Generated using TypeDoc
Type definition for the input parameters required when instantiating a PostgresChatMessageHistory object.