Hey everyone! Having an issue where I have clear instructions and exit nodes saying that the agent should only move onto the next step with a clear choice from the user. However, the agent keeps moving onto future steps without my input! Anyone dealt with this issue before or know of a fix? Thanks in advance! Appreciate you π
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!
