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

    Represents a parsed capability variable from a prompt template.

    interface ParsedCapability {
        defaultEnabled: boolean;
        description?: string;
        fragmentId: string;
        name?: string;
    }
    Index

    Properties

    defaultEnabled: boolean

    Whether the capability is enabled by default

    description?: string

    Description of the capability

    fragmentId: string

    The fragment ID to resolve when the capability is enabled

    name?: string

    Display name for the capability (defaults to fragmentId if not specified)