SessionBranchResult
The result of branching.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
sessionId |
yes | string |
The new session’s identifier. | — |
conversationId |
yes | string (uuid) |
The new conversation’s identifier. | — |
parentSessionId |
yes | string |
The source session’s identifier. | — |
parentConversationId |
yes | string (uuid) |
The source conversation’s identifier. | — |
branchFromSequence |
yes | integer (int64) |
The branch point: the sequence number of the last item copied to the new conversation. -1 if no item was copied. |
pattern `^-?(?:0\ |
copiedItemCount |
yes | integer (int32) |
The number of items copied. | pattern `^-?(?:0\ |