Hey Sameer Z. thanks for getting back to me! I currently have an agent step that asks the user (e.g. “What type of help do you need?”), followed by a condition node like “Help type selected?” that’s supposed to only move forward if the user gives one of the expected responses. I’ve also put instructions in the prompt and the condition saying the agent should wait for an explicit choice, but it still skips ahead without input.
Do I need to insert a specific input collector or a different kind of step between the question and the condition so it actually pauses and waits? Thanks again!