class PostgresChatMessageHistoryA path to the module that contains the class, eg. ["langchain", "llms"] Usually should be the same as the entrypoint the class is exported from.
Add a message object to the store.
Add a list of messages object to the store.
Remove all messages from the store.
Returns a list of messages stored in the store.
Create a new PostgresChatMessageHistory instance.
The name of the serializable. Override to provide an alias or to preserve the serialized module name in minified environments.
Implemented as a static method to support loading logic.