Skip to main content

3. display_kpi — Display KPI

Mode: Both · Category: Data Visualization

Displays KPI values as cards in the frontend. You can pre-fill kpi_ids to lock which KPIs are shown, or leave it out so the LLM picks them based on the user's question.

- id: display_kpi
  kpi_ids:
    - KPI_ON_TIME_PAYMENT_RATE
    - KPI_DAYS_PAYABLE_OUTSTANDING
pc_at_display_kpi.png

Field

Type

Description

kpi_ids

list[string]

KPI IDs to display. If set, the LLM cannot change them.

Related topics