Interface CustomizedPromptFragment

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

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

Hierarchy (view full)

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