Skip to content

HumanInputRequiredEvent

Defined in: core/execution-events.ts:208

Emitted when human input is required.

depth: number

Defined in: core/execution-events.ts:33

Nesting depth (0 = root, 1 = child, etc.)

BaseExecutionEvent.depth


eventId: number

Defined in: core/execution-events.ts:25

Monotonically increasing event ID

BaseExecutionEvent.eventId


gadgetName: string

Defined in: core/execution-events.ts:213

Gadget name requesting input


invocationId: string

Defined in: core/execution-events.ts:215

Invocation ID


nodeId: string

Defined in: core/execution-events.ts:29

Node that emitted this event

BaseExecutionEvent.nodeId


parentId: string | null

Defined in: core/execution-events.ts:31

Parent node ID (null for root events)

BaseExecutionEvent.parentId


path: string[]

Defined in: core/execution-events.ts:35

Full path from root to this node

BaseExecutionEvent.path


question: string

Defined in: core/execution-events.ts:211

Question for the user


timestamp: number

Defined in: core/execution-events.ts:27

Event timestamp

BaseExecutionEvent.timestamp


type: "human_input_required"

Defined in: core/execution-events.ts:209