Replies: 1 comment
-
Hi @sehranhas, thanks for reaching us. I'm sorry that promptflow does not support |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a use case where I would like to reprompt the user to enter some details until all necessary information is passed. How do you make promptflow reprompt the user to enter all the necessary details until moving to the next node and how does the next node validate the entered data is valid? Right now promptflow automatically executes the next step as soon as a chat node or script node is done. I also see that promptflow does not support the Python
input()
call so I cannot pass it into awhile
loop until all fields are entered and valid.Beta Was this translation helpful? Give feedback.
All reactions