-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix socketio issue when using custom payload outputs (#144)
* do not unpack json payload if data key is not present * add room arg to else branch * prepared release of version 3.7.3.dev1 (#151) * Prepare-release-3.7.3.dev2 (#164) * prepared release of version 3.7.3.dev2 * allow dev releases without changelogs * add changelog entry --------- Co-authored-by: Shailendra Paliwal <hello@shailendra.me>
- Loading branch information
Showing
4 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Fix reported issue, e.g. https://github.com/RasaHQ/rasa/issues/5461 in Rasa Pro: | ||
Do not unpack json payload if `data` key is not present in the response custom output payloads when using socketio channel. | ||
This allows assistants which use custom output payloads to work with the Rasa Inspector debugging tool. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters