Theia API Documentation v1.75.0
    Preparing search index...
    interface AiConfigurationSearchItem {
        categoryId: string;
        keywords?: string;
        label: string;
        target: AiConfigurationSelection;
        typeLabel: string;
    }
    Index

    Properties

    categoryId: string
    keywords?: string

    Extra text folded into the match key (ids, descriptions).

    label: string

    Where selecting the result navigates.

    typeLabel: string

    Small type badge, e.g. "MCP server", "Prompt", "Setting".