copilot

Post Pluto message

Posts a user message to a thread and returns the assistant turn (with breadcrumbs and any prepared prefill action). Depending on engine mode, a routing model may classify the redacted message into a closed intent set; every assistant reply is assembled from server-owned templates, and the assistant never executes anything.

post/copilot/conversations/{id}/messages

Path parameters

idstring required

Request body

textstring required

Response

OK

Changes

Changed in 1 of the 22 revisions of this API.14

    • changed the pattern of the path request parameter id from ^cpcnv_[0-9a-hjkmnp-tv-z]{26}$ to ^cpcnv_[0-7][0-9a-hjkmnp-tv-z]{25}$

      request-parameter-pattern-changed

    • the assistant_message/conversation_id response's property pattern was changed from ^cpcnv_[0-9a-hjkmnp-tv-z]{26}$ to ^cpcnv_[0-7][0-9a-hjkmnp-tv-z]{25}$ for the status 200

      response-property-pattern-changed

    • the assistant_message/id response's property pattern was changed from ^cpmsg_[0-9a-hjkmnp-tv-z]{26}$ to ^cpmsg_[0-7][0-9a-hjkmnp-tv-z]{25}$ for the status 200

      response-property-pattern-changed

    • the user_message/conversation_id response's property pattern was changed from ^cpcnv_[0-9a-hjkmnp-tv-z]{26}$ to ^cpcnv_[0-7][0-9a-hjkmnp-tv-z]{25}$ for the status 200

      response-property-pattern-changed

    • the user_message/id response's property pattern was changed from ^cpmsg_[0-9a-hjkmnp-tv-z]{26}$ to ^cpmsg_[0-7][0-9a-hjkmnp-tv-z]{25}$ for the status 200

      response-property-pattern-changed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog