Use Ask a Question to pause an agent mid-run and ask the user one or more questions.
When to use
-
You need an input that was not provided upfront before the workflow can continue.
-
You need explicit confirmation before a downstream node creates or changes content
Configuration
Element Name: The title of the node
Question Prompt: Describe what the agent should ask; questions are formulated based on this prompt. A node can ask several questions.
Output
-
The user’s answers are labeled by question and become the node's output for downstream nodes. If the user doesn't answer after ten minutes, the run stops.
Limitations
-
Don't use with schedule-triggered agents, as there is no user present to answer; this will cause the run to time out.