Theia API Documentation v1.69.0
    Preparing search index...

    Contains the effective variant ID and customization state for a prompt fragment

    interface PromptVariantInfo {
        isCustomized: boolean;
        variantId: string;
    }
    Index

    Properties

    isCustomized: boolean

    Whether this variant has been customized by the user

    variantId: string

    The effective variant ID for the prompt fragment