(AI) add emojify action to ai transform

The emojify action add emojis to the important
parts of the text.
This commit is contained in:
Anthony LC
2025-03-13 11:29:03 +01:00
committed by Anthony LC
parent e0af6d36e1
commit 87960d3773
4 changed files with 20 additions and 2 deletions

View File

@@ -33,7 +33,12 @@ AI_ACTIONS = {
),
"beautify": (
"Add formatting to the text to make it more readable. "
"Do not provide any other information."
"Do not provide any other information. "
"Preserve the language."
),
"emojify": (
"Add emojis to the important parts of the text. "
"Do not provide any other information. "
"Preserve the language."
),
}