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

    Represents a basic prompt fragment with an ID and template content.

    interface BasePromptFragment {
        id: string;
        template: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier for this prompt fragment

    template: string

    The template content, which may contain variables and function references