Skip to main content
For the AI Assistant and embedded chat instances, topics added to this parameter will display in the topic picker.
  • 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
Note: This parameter doesn’t apply to the Query helper used in workbooks.

Syntax

ai_chat_topics: [topic_one, topic_two, ...]
The values provided to this parameter must be the name of a topic in the model.

Examples

Limit access to specified topics
ai_chat_topics:[ sales, orders ]
Exclude entire model
ai_chat_topics: []