{ "id": "<string>", "sequence_id": 123, "task_id": "<string>", "agent_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "content": { "author": "user", "content": "<string>", "type": "text", "style": "static", "format": "plain", "attachments": [ { "file_id": "<string>", "name": "<string>", "size": 123, "type": "<string>" } ] } }
Successful Response
The UUID of the event
The sequence ID of the event
The UUID of the task that the event belongs to
The UUID of the agent that the event belongs to
The timestamp of the event
The content of the event
Show child attributes
The role of the messages author, in this case system, user, assistant, or tool.
system
user
assistant
tool
agent
The contents of the text message.
The type of the message, in this case text.
text
"text"
The style of the message. This is used by the client to determine how to display the message.
static
active
The format of the message. This is used by the client to determine how to display the message.
markdown
plain
code
Optional list of file attachments with structured metadata.
The unique ID of the attached file
The name of the file
The size of the file in bytes
The MIME type or content type of the file