Pause an agent conversation for one structured answer, then return control to the prompt composer.
Waiting for an answer
Copy the command below and run it in your terminal.
Render Question.Root in the same layout slot as PromptComposer.Root. Keep the prompt value in their shared parent so
swapping the forms never clears an unsent draft.
Use type="single" for one option, type="multiple" for several,
or type="text" with Question.Input. Async submit handlers are
awaited and cannot run twice while unresolved. Changing type resets the bound
answer to the new mode's empty value.
Collect multiple selections or place the question directly beneath a live transcript.
No checks queued
Waiting for an answer
Answer or skip the question to restore the composer with its draft intact.
Question.Root - Manages answer state and submission.
Question.Title - Labels the question fieldset.
Question.Description - Adds context for the decision.
Question.Options - Groups structured answer choices.
Question.Option - Defines one answer choice.
Question.Input - Accepts a free-text answer.
Question.Actions - Groups question actions.
Question.Cancel - Skips or defers the question.
Question.Submit - Submits the current answer.