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

    One alternative prompt template available for a custom agent. Variants are loaded from <scope>/agents/<id>/*.prompttemplate files (one variant per file; id = filename stem).

    interface CustomAgentPromptVariant {
        id: string;
        template: string;
    }
    Index

    Properties

    Properties

    id: string
    template: string