Interface BasePromptFragment

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

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

Hierarchy (view full)

Properties

Properties

id: string

Unique identifier for this prompt fragment

template: string

The template content, which may contain variables and function references