slidedeckai.helpers.chat_helper.ChatMessageHistory#

class slidedeckai.helpers.chat_helper.ChatMessageHistory[source]#

Chat message history stored in a list.

__init__()[source]#

Methods

__init__()

add_ai_message(content)

Append AI-generated response to the history.

add_user_message(content)

Append user message to the history.