Interface: InterruptData¶
Defined in: types.ts:88
A single open interrupt from the AG-UI run, as delivered by CopilotKit.
Multiple can be open at once (e.g. parallel gates); each is resolved by id.
Properties¶
id¶
id:
string
Defined in: types.ts:90
Unique interrupt id, used to resolve this gate independently.
name¶
name:
string
Defined in: types.ts:92
The interrupt's name (typically the originating tool name).
reason¶
reason:
InterruptReason
Defined in: types.ts:94
Why the run paused, and what input it needs.