# Functions
No description provided by the author
NewClient creates a new redis client.
RetrieveSessionMessages retrieves the latest K conversation turns from the Redis list for the given session ID.
RetrieveSystemMessage gets system message based on a given session ID.
No description provided by the author
No description provided by the author
No description provided by the author
WriteSystemMessage writes system message for a given session ID.
# Constants
No description provided by the author
No description provided by the author
# Variables
DefaultLatestK is the default number of latest conversation turns to retrieve.
# Structs
No description provided by the author
ChatHistoryReadOutput is a wrapper struct for the messages associated with a session ID.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DisableSSL is the struct for disable SSL.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
VerifyFullSSL is the struct for verify-full SSL.
# Interfaces
SSLConfig is the interface for SSL configuration.
# Type aliases
SSLMode is the type for SSL mode.