Skip to content

Graphorin API reference v0.8.0


Graphorin API reference / @graphorin/channels / / DeliveryQuestion

Interface: DeliveryQuestion

Defined in: packages/channels/src/spi.ts:148

An interactive question rendered on the channel (HITL surface). ref is the opaque resolve reference the application posts back to the framework: either a serialized workflow awakeable address (serializeAwakeableRef from @graphorin/workflow) or an agent approval id. Rendering (buttons, quick replies, plain text) is the adapter's choice.

Stable

Properties

PropertyModifierTypeDefined in
optionsreadonlyreadonly { label: string; value: string; }[]packages/channels/src/spi.ts:150
promptreadonlystringpackages/channels/src/spi.ts:149
refreadonlystringpackages/channels/src/spi.ts:151