Interface PromptTemplate

interface PromptTemplate {
    id: string;
    template: string;
    variantOf?: string;
}

Properties

id: string
template: string
variantOf?: string

(Optional) The ID of the main template for which this template is a variant. If present, this indicates that the current template represents an alternative version of the specified main template.