Theia API Documentation v1.75.0
    Preparing search index...
    interface AiConfigurationTreeItem {
        description?: string;
        iconClass?: string;
        id: string;
        label: string;
        origins?: AiConfigurationOrigin[];
        status?: AiConfigurationItemStatus;
        tags?: string[];
    }
    Index

    Properties

    description?: string

    Short text for the overview card.

    iconClass?: string

    Overrides the category icon for this item, e.g. a per-agent icon.

    id: string
    label: string

    Where the item came from, when that is not the user - an AI registry entry, an Agent Plugin. Shown next to the item's name on the overview and, unchanged, on the item's detail header, so that provenance reads the same in both places.

    Status badge shown on the overview card and the item detail header.

    tags?: string[]

    Short labels shown as badges next to the item's name, for what it is rather than what it is doing (which is status). Use origins for where the item came from, which is a badge of its own kind: it carries an icon and leads somewhere.