from talk_box.conversation import Conversation
convo = Conversation()
convo.add_user_message("Hello")
convo.clear_messages()
convo.get_message_count()0
Remove all messages from the conversation.
Usage
Resets the message history to an empty state while preserving the conversation ID, metadata, and context window settings.