framely / community

MIT License
0 stars 2 forks source link

[Bug]: Boolean slot can not be filled with reply "yes" #1327

Closed hisunnymay closed 9 months ago

hisunnymay commented 1 year ago

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

image

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

image

Steps To Reproduce

  1. 进入 Chatbot: testDUBoolean
  2. 点击 Debug > Connect
  3. 输入 test,再输入 yes,即可看到 bot 重复输入 boolean slot 的 prompt

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

hisunnymay commented 1 year ago

Update 1109

虽然发送 yes 不行,但是发送 yes, please 可以 fill booelan slot

image

hisunnymay commented 9 months ago

Checked, it is fixed.

image