ART Framework API Docs
    Preparing search index...

    Interface SystemPromptsRegistry

    Registry of available system prompt presets (tags) at the instance level.

    SystemPromptsRegistry

    interface SystemPromptsRegistry {
        defaultTag?: string;
        specs: Record<string, SystemPromptSpec>;
    }
    Index

    Properties

    Properties

    defaultTag?: string

    Tag to use when no other tag is specified.

    specs: Record<string, SystemPromptSpec>

    Mapping of tag -> spec.