wolf-core
wolf-core copied to clipboard
Implement Developer-defined Cancellation
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.