Successful Response
Represents a message in the agent system.
This entity is used to store messages in MongoDB, with each message associated with a specific task.
ID of the task this message belongs to
The content of the message. This content is not OpenAI compatible. These are messages that are meant to be displayed to the user.
The task message's unique id
IN_PROGRESS, DONE The timestamp when the message was created
The timestamp when the message was last updated