1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. Message

Message

    Message represents a single message in a conversation.

    Properties

    • id string required
      The unique identifier of the message.
    • created string required
      The timestamp when the message was created, in ISO 8601 format.
    • model string required
      The AI model used to generate this message.
    • role string required
      The role of the message author (e.g. user, assistant).
    • message string required
      The text body of the message.
    • message_schema_version string required
      The schema version of the message format.
    • skills string required
      A JSON-encoded string of skill invocations associated with this message.
    • parent_conversation_message_id string required
      The ID of the parent conversation message, if this is a reply.