/execute endpoint doesn't perform follow-up actions of executed action
See original GitHub issueIf the action you predict with the /conversations/<conversation_id>/execute endpoint returns a FollowupAction, this action does not get executed.
When executing an action externally, one would expect the effect of that action to be the same as the effect if that action were called by the bot in the conversation.
I suspect that this is due to the action called only getting “executed”, instead of being called through the “predict_and_execute_next_action” loop which predicts actions until the next action_listen.
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
August 27, 2021 M-21-31 MEMORANDUM FOR THE HEADS ...
This memo establishes a maturity model to guide the implementation of requirements across four Event Logging (EL) tiers, as described in Table 1 ......
Read more >Executive Order 14028 and Federal Acquisition Regulation ...
This order outlines over 55 actions federal agencies need to take to improve cybersecurity. These actions range from developing strategies for ...
Read more >Executive Order 14028: Improving the Nation's Cybersecurity
Executive Order (EO) 14028 - "Improving the Nation's Cybersecurity" (issued May 12, 2021) requires agencies to enhance cybersecurity and software supply ...
Read more >The Power of the President: The Roles of Executive Orders in ...
An executive order is a written statement that the President issues to “direct or instruct the actions of executive agencies or government officials,...
Read more >Executive Order on Improving the Nation's Cybersecurity - CISA
On May 12, President Biden signed an Executive Order on Improving the Nation's Cybersecurity to support our nation's cybersecurity and ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@nbeuchat Intent-triggering external events (and reminders) are released now! See https://github.com/RasaHQ/rasa/releases
Hi @nbeuchat Yes, this is exactly what we’re working on right now (see https://github.com/RasaHQ/rasa/issues/4464). Introducing the
ExternalEventsclass was an implementation detail we were considering, but in any case it’ll solve exactly the problem you describe.