chat

Close a stored completion transcript (deprecated)

Deprecated: append a client-side terminal tool's result and answer to a stored transcript.

Completions end with the model's plain-text answer, so nothing needs closing; harnesses that still end turns with their own terminal tool should resend the full history in messages on the next request instead.

post/v1/chat/completions/{completion_id}/transcript/close

Path parameters

completion_idstring required

ID of the chat completion

ID of the chat completion

Request body

tool_call_idstring required
answerstring required

Response

The stored chat completion

idstring required
object'chat.completion'
createdinteger required
modelstring required
metadataobject nullable
titlestring nullable

Short display title of the conversation this completion belongs to (Mixedbread extension)

Changes