Interface: FormReason¶
Defined in: types.ts:71
A form interrupt: the agent is asking the user one or more questions and waiting for the answers before it continues.
Properties¶
questions¶
questions:
FormQuestion[]
Defined in: types.ts:75
The questions to present, rendered in order.
type¶
type:
"form"
Defined in: types.ts:73
Discriminator marking this as a form prompt.