Skip to content

Faimulus TypeScript API / @faimulus/driver-sdk / ChannelInteractionQuestion

Interface: ChannelInteractionQuestion ​

One question or approval delivered to a channel instance.

Properties ​

choices? ​

optional choices?: readonly string[]


id ​

id: string


kind ​

kind: "question" | "approval"


metadata? ​

optional metadata?: JsonObject


nodeId ​

nodeId: string


prompt ​

prompt: string


toolCall? ​

optional toolCall?: object

arguments ​

arguments: JsonObject

callId? ​

optional callId?: string

capabilityId? ​

optional capabilityId?: string

tool ​

tool: string

Documentation for the current repository state.