wolf-packs / wolf-core

🐺 Declarative development for state driven dynamic prompt flow
MIT License
29 stars 1 forks source link

[EPIC] More Data in the `nextAbility` function #123

Open howlowck opened 5 years ago

howlowck commented 5 years ago

Description: nextAbility is currently a simple function that has no parameters. However in order of this function to be useful, it needs information like the slotData, convoState, etc.

The difficulty comes from the fact that convoState is changed after the execute stage, we would either have to run the nextAbility function right after when onComplete function is run in the execute Stage, or create a new stage after the execute stage to run the nextAbility Function.

Acceptance Criteria: