SessionForkParams
session/fork params.
Fields and variants
Section titled “Fields and variants”commandIdcutPointexcludeItemssessionId
Source
schema/msp/experimental/msp.schema.json#/types/SessionForkParams
{ "description": "`session/fork` params.", "properties": { "commandId": { "description": "The idempotency handle (UUIDv7).", "type": "string" }, "cutPoint": { "$ref": "#/$defs/ForkCutPoint", "description": "Copy history through a completed turn, inclusive. Omitted means \"all\ncompleted turns\"." }, "excludeItems": { "description": "Skip inline history in the result and page it later — same as\n`session/resume`.", "type": "boolean" }, "sessionId": { "description": "The source session.", "type": "string" } }, "required": [ "commandId", "sessionId" ], "type": "object"}