Message model for LLM conversation history. Used in Optimizer to build prompts and maintain conversation context.
The text content of the message. Contains the actual message text sent or received.
The sender of the message.
Message model for LLM conversation history. Used in Optimizer to build prompts and maintain conversation context.