- Limit access to specified topics - Add the topic names in a list (
[ sales, orders ]) - Exclude the entire model - Specify an empty list (
[]) - Include all topics in the model - Leave this parameter unset
Syntax
An array of topic names that determine which topics are available in the AI Assistant. Supports the following operators:
Omni evaluates the operators according to the Order of operations value in the above table. This allows you to include all topics and then exclude specific ones, or build up your topic list selectively.
| Operator | Description | Order of operations |
|---|---|---|
all_topics | Includes all topics in the model | 1 |
tag:<value> | Includes topics with the specified tag | 2 |
topic_name | Includes a specific topic by name | 3 |
Examples
Limit access to specified topics
Exclude entire model
Include all topics, exclude specific ones
Filter by tag
Include all topics except those with a specific tag