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

    Represents a customized prompt fragment with an assigned customization ID and priority.

    interface CustomizedPromptFragment {
        customizationId: string;
        id: string;
        priority: number;
        template: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    customizationId: string

    Unique identifier for this customization

    id: string

    Unique identifier for this prompt fragment

    priority: number

    The order/priority of this customization, higher values indicate higher priority when multiple customizations exist for the same fragment

    template: string

    The template content, which may contain variables and function references