wolf-core icon indicating copy to clipboard operation
wolf-core copied to clipboard

Implement Developer-defined Cancellation

Open howlowck opened this issue 6 years ago • 0 comments

Description: There are scenarios where the user wants to cancel an ability (effectively removing the incomplete instance from the stack)

For example: a user can say "I want a red T shirt." ... "nevermind". The bot should be able to cancel the add ability instance.

Acceptance Criteria:

  • Any ability's onComplete function can cancel another ability.

howlowck avatar Jan 25 '19 20:01 howlowck