Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessageStore ¶
type MessageStore interface {
Messages(chatID string) []llms.ChatMessage
Add(chatID string, msg llms.ChatMessage) error
Reset(chatID string) error
}
func NewMemoryStore ¶
func NewMemoryStore() MessageStore
Click to show internal directories.
Click to hide internal directories.