alessandro trinca tornidor
feat: make /thesaurus-inflated-phrase agnostic, not bounded to synonyms - /thesaurus-custom fixed
a707261 | { | |
| "word": "happy", | |
| "related": [ | |
| { | |
| "definition": "def happy 1 - custom.", | |
| "type": "synonym", | |
| "words": ["joyful", "cheerful"] | |
| }, | |
| { | |
| "definition": "def happy 2 - custom.", | |
| "type": "synonym", | |
| "words": ["joy", "cheer", "elated"] | |
| }, | |
| { | |
| "definition": "def sad - custom.", | |
| "type": "antonym", | |
| "words": ["sad", "unhappy"] | |
| } | |
| ] | |
| } |