Private Conversations
Compact a conversation
Trigger compaction of a conversation, summarizing older messages into a compaction message. Requires a model to use for summary generation.
post/api/w/{wId}/assistant/conversations/{cId}/compactions
Path parameters
wIdstring required
ID of the workspace
cIdstring required
ID of the conversation
Request body
Response
Compaction started
Changes
Changed in 2 of the 86 revisions of this API.11
- ○
added the optional property
compactionMessage/branchIdto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
compactionMessage/branchIdfrom the response with the200statusresponse-optional-property-removed
- ●