Thread Messages
Create Thread Message Handler
Create a new message in a thread.
POST
Create Thread Message Handler
Headers
Path Parameters
Cookies
Body
application/json
Request to create a new thread message.
Role of the message author (USER, ASSISTANT, SYSTEM)
Available options:
USER, ASSISTANT, SYSTEM Message content (text + citations)
Optional caller-supplied ThreadMessage ID for idempotent creates.
Message details (execution steps). Omit for user messages.
Response
Successful Response
Thread message response model.
ThreadMessage ID
PathPart ID
Sequence number (from path_part.name)
Message role
Available options:
USER, ASSISTANT, SYSTEM Message content
Thread's PathPart ID
Full materialized path from root
Tenant ID
Creation timestamp
Last update timestamp
Message details (None when not requested via with_details)
Create Thread Message Handler
