Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.omni.co/llms.txt

Use this file to discover all available pages before exploring further.

Sample values that help the Omni Agent understand the type of data contained in this dimension. These values are used by the AI to make better field selection decisions and provide more accurate query results. Refer to the Optimizing models for AI guide for more information on best practices.

Syntax

<dimension_name>:
  sample_values: [<value_1>, <value_2>, ...]

Properties

dimension_name
object
The name of the dimension. Dimension names must:
  • Be unique within the view
  • Start with a letter
  • Contain only alphanumeric characters and underscores

Examples

Product category samples
product_category:
  sample_values: [Electronics, Clothing, Home & Garden, Sports, Books]
Status field samples
order_status:
  sample_values: [pending, processing, shipped, delivered, cancelled]