Added Dropdown for Tone Selection in AI Response#1
Open
TusharSanisare wants to merge 1 commit intoEmbarkXOfficial:mainfrom
Open
Added Dropdown for Tone Selection in AI Response#1TusharSanisare wants to merge 1 commit intoEmbarkXOfficial:mainfrom
TusharSanisare wants to merge 1 commit intoEmbarkXOfficial:mainfrom
Conversation
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.
I have added a Tone Selection feature to enhance the user experience of the AI Email Writer extension.
Changes Made:
Dropdown for Tone Selection:
Users can now choose the tone in which the AI generates email responses.
Available tones include: ['Professional', 'Casual', 'Friendly', 'Formal', 'Angry', 'Sad', 'Happy', 'Excited'].
Dynamic Integration:
The selected tone is passed as a parameter to the AI response generation process, ensuring personalized outputs.
Why This Feature?
Allows users to customize responses based on their needs, improving the utility of the extension.
Enhances flexibility and aligns better with different communication scenarios (e.g., professional emails vs. informal emails).
Testing:
Verified that the dropdown functions seamlessly with the existing AI response generation.
Ensured backward compatibility for users who prefer not to select a tone (defaults to original behavior).
Let me know if there are any adjustments or further changes you'd like me to make. 😊