ART Framework API Docs
    Preparing search index...

    Interface PromptBlueprint

    Represents a Mustache template that can be rendered with a PromptContext to produce an ArtStandardPrompt. Used by the PromptManager.assemblePrompt method.

    PromptBlueprint

    interface PromptBlueprint {
        template: string;
    }
    Index

    Properties

    Properties

    template: string

    The Mustache template string that will be rendered with context data to produce a JSON string representing an ArtStandardPrompt