fix: Update tag transformation instructions for additional specific cases

This commit is contained in:
Slipstream 2025-05-29 23:02:56 -06:00
parent 64c5798b02
commit e0c1b98182
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -123,7 +123,7 @@ class Rule34Cog(GelbooruWatcherBaseCog): # Removed name="Rule34"
"In a case where the user provides a character name like 'ame chan' for example, it should actually be 'ame-chan'. "
"If the user puts no/without in front of a tag, for example 'no inflation', change it to '-inflation' (hyphen denoting tag exclusion). "
"If the input is already in rule34 format, return it unchanged. "
"A couple specific cases to handle: 'needy streamer overload' should be transformed to 'needy_girl_overdose', and if the user puts '-ai_generated' in their input, remove it, as its automatically added later."
"Some specific cases to handle: 'needy streamer overload' should be transformed to 'needy_girl_overdose'. If the user puts '-ai_generated' in their input, remove it, as its automatically added later. If the user puts 'teto', it should be 'kasane_teto'. "
"Only output the transformed tags. Do NOT add any other text, explanations, or greetings. "
)