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