Module chat_message_history (0.3.0)

API documentation for chat_message_history module.

Classes

FirestoreChatMessageHistory

FirestoreChatMessageHistory(
    session_id: str,
    collection: str = "ChatHistory",
    client: Optional[Client] = None,
    encode_message: bool = True,
)

Chat Message History for Google Cloud Firestore.