glossary_create
Create a glossary entry. rule_type is one of translation | do_not_translate | forbidden and defaults to 'translation'. translations ({
Paramètres
Section intitulée « Paramètres »| Nom | Type | Description | |
|---|---|---|---|
project_uuid | string | optionnel | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
rule_type | string | optionnel | Rule type. Defaults to 'translation'. (translation, do_not_translate, forbidden) |
term | string | requis | The source term/phrase the rule applies to. |
translations | object | optionnel | Per-locale target translations, e.g. {"fr": "tableau de bord"}. Only used for rule_type='translation'. |
case_sensitive | boolean | optionnel | Match the term case-sensitively. |
note | string | optionnel | Optional human note. |
{ "tool": "glossary_create", "arguments": { "term": "<term>" }}