beta.conversations

Append new entries to an existing conversation.

Run completion on the history of the conversation and the user entries. Return the new created entries.

post/v1/conversations/{conversation_id}

Path parameters

conversation_idstring required

ID of the conversation to which we append entries.

ID of the conversation to which we append entries.

Request body

streamfalse

Whether to stream back partial progress. Otherwise, the server will hold the request open until the timeout or until completion, with the response containing the full result as JSON.

storeboolean

Whether to store the results into our servers or not.

handoff_execution'client' | 'server'

Response

Successful Response

object'conversation.response'
conversation_idstring required
guardrailsobject[] nullable

Changes

No recorded changes to this endpoint across all 3 revisions of this API.