Data required to render an item's summary or chat card, including descriptions and properties/tags/labels

interface ChatData {
    actionDescription: undefined | string;
    description: string;
    identifiedDescription: string;
    properties: string[];
    unidentifiedDescription: string;
}

Properties

actionDescription: undefined | string

The enriched description of a specific action

description: string

The item's enriched description as appropriate for the current user

identifiedDescription: string

The item's full enriched description when identified

properties: string[]

Additional properties/labels for the item and the action

unidentifiedDescription: string

The item's enriched description when unidentified