feat(evoai): add EvoAI integration with models, services, and routes#1451
Merged
DavidsonGomes merged 3 commits intoEvolutionAPI:developfrom May 15, 2025
Merged
Conversation
- Introduced Evoai and EvoaiSetting models in both MySQL and PostgreSQL schemas. - Implemented EvoaiController and EvoaiService for managing EvoAI bots. - Created EvoaiRouter for handling API requests related to EvoAI. - Added DTOs and validation schemas for EvoAI integration. - Updated server module and chatbot controller to include EvoAI functionality. - Configured environment settings for EvoAI integration.
Contributor
Reviewer's GuideThis PR implements full EvoAI integration by extending configuration, registering new services/controllers, enhancing the chatbot flow, defining Prisma models, and adding dedicated controller, service, router, DTOs, and validation schemas to manage EvoAI bots, settings, sessions, and message processing. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
…ities - Added support for audio message detection and transcription using OpenAI's Whisper API. - Integrated media downloading for both audio and image messages, with appropriate error handling. - Updated logging to redact sensitive information from payloads. - Modified existing methods to accommodate the new message structure, ensuring seamless integration with EvoAI services.
- Modified the EvoaiService instantiation in the server module to include configService for enhanced configuration management.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by Sourcery
Add full EvoAI integration by introducing models, services, controllers, routes, DTOs, and validation schemas, and integrating EvoAI into the main chatbot flow with configuration support.
New Features:
/evoaiEnhancements:
EVOAIfeature flag in environment configuration and update the sample.env.example