Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/core / / AgentFollowUpQueuedEvent
Interface: AgentFollowUpQueuedEvent
Defined in: packages/core/src/types/agent-event.ts:273
Emitted when agent.followUp(...) queues a follow-up turn to fire after the current turn completes.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
runId | readonly | string | packages/core/src/types/agent-event.ts:275 |
type | readonly | "agent.followup.queued" | packages/core/src/types/agent-event.ts:274 |