Add a word to a custom (allowed) words list
add_custom_wordAdd a word or phrase to your custom allowed-words list so audit_text never flags it as an AI tell or banned term. Optionally scope to a specific style.
Instructions
Add a term to this installer's own allowed-words list, so audit_text never flags it even if it matches the built-in corpus or a banned word: the 'corporate dictionary' case, e.g. an org's own acronyms or house terms. Without styleId, this adds to the global list. With styleId, it only applies to that specific style, merged on top of the global list. Use this when the user says something like 'add [word] to my custom words list' or 'stop flagging [word], it's one of ours'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| word | Yes | The term or short phrase to always allow. | |
| styleId | No | Style id to scope this to, from list_styles. Omit to add to the global list. |