Skip to main content
Curates the fields in the topic that are provided to the AI query helper. If defined, only the specified fields will be used. Refer to the Optimizing models for AI guide for more information on best practices.

Syntax

ai_fields: [ "<field_selector>", ... ]

Properties

ai_fields
string[]
An array of field selectors that determine which fields are provided to the AI query helper.Supports the following operators:
  • Wildcards (*)
  • Exclusions (-)
  • Tag-based selection (tag:)

Examples

ai_fields: [ all_views.*, -tag:dont_use_for_AI, -distribution_centers.* ]