Skip to content
Developer Preview

turn/started

A foreground turn began running.

Type: TurnStartedParams

turn/started params: a foreground turn began running — fresh submits immediately, queued submits at their launch boundary, never steered submits.

Field Type Stability Presence Description
commandId string required The submitting command; turnId == commandId for fresh turns.
sessionId string required The owning session.
sourceRange SourceRange required The durable records this event folded from.
turnId string required The started turn.
viewCursor string required Opaque, strictly monotonic view cursor.
Source

schema/msp/experimental/msp.schema.json#/notifications/turn~2Fstarted

{
"description": "A foreground turn began running.",
"params": {
"$ref": "#/$defs/TurnStartedParams"
}
}