当 bot 输出 boolean slot 的 prompt 后,不论 user 回复 yes 还是 no,在没有配置其他条件的情况下,boolean slot 都应该能被 fill
Use Case
在 Chatbot: foodOrderingApp 中,bot 询问 "Would you like to add any toppings to your pizza?", user 回复 "yes" 后,之前(6月5日) bot 会输出下一个 slot 的 prompt(期望的表现),但目前 bot 仍会重复输出刚才输出的 prompt
Is there an existing issue for this?
Make sure you are using OpenCUI on Google Chrome!
Current Behavior
在 Chatbot: testDUBoolean 中,bot 输出 boolean slot 的 prompt,user 回复 "yes" 后,bot 仍会重复输出该 prompt,只有输入 "no",boolean slot 才会被 fill
Expected Behavior
当 bot 输出 boolean slot 的 prompt 后,不论 user 回复 yes 还是 no,在没有配置其他条件的情况下,boolean slot 都应该能被 fill
Use Case
在 Chatbot: foodOrderingApp 中,bot 询问 "Would you like to add any toppings to your pizza?", user 回复 "yes" 后,之前(6月5日) bot 会输出下一个 slot 的 prompt(期望的表现),但目前 bot 仍会重复输出刚才输出的 prompt
Steps To Reproduce
Label of org.project
/
OpenCUI Link
https://build.opencui.io/org/me.test/agent/testDUBoolean/en/type?page=0&imported=false&search=&category=ALL
Test Case
No response
Additional information
No response