For the complete documentation index, see llms.txt. This page is also available as Markdown.

iai glossaries update

Update a glossary (creates a new version)

Synopsis

Update a glossary definition by creating a new version with updated content.

This creates a new version of the glossary using the content from the provided file. The previous versions are preserved and can still be accessed by version number.

Run iai glossaries schema to see the current field definitions.

Example

{
  "terms": {
    "aht": {
      "name": "AHT",
      "description": "Average Handle Time",
      "synonyms": ["handle time"]
    },
    "kyc": {
      "name": "KYC",
      "description": "Know Your Customer",
      "synonyms": ["identity check"]
    }
  }
}

Each key under terms must be unique. Add as many terms as you need — the glossary accepts any number of entries.

Examples

Options

Options inherited from parent commands

SEE ALSO

  • iai glossaries - Domain vocabularies for consistent term interpretation

Last updated

Was this helpful?