Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#3890] abstract sources parser for connectors in backend #3956

Merged

Conversation

AudreyKj
Copy link
Contributor

@AudreyKj AudreyKj commented Nov 18, 2022

closes #3890
closes #3959

-> Sources-Parser lib and updated the connectors
-> Bug fix: added image support for Rasa connector

ObjectNode childNode1 = mapper.createObjectNode();
ObjectNode childNode2 = mapper.createObjectNode();

if (text == null && image == null) {
Copy link
Contributor Author

@AudreyKj AudreyKj Nov 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added image support for the Rasa connector (#3959): the Rasa bot can send both text & image

juan-sebastian
juan-sebastian previously approved these changes Nov 18, 2022
@AudreyKj AudreyKj changed the title [#3890] abstract sources parser for backend connectors [#3890] abstract sources parser for connectors in backend Dec 5, 2022
@AudreyKj AudreyKj merged commit 67a6c84 into develop Dec 7, 2022
@AudreyKj AudreyKj deleted the feature/3890-abstract-sources-parser-for-backend-connectors branch December 7, 2022 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add image content support for Rasa connector Abstract sources parser for backend connectors
3 participants