PromptInput specifies a new prompt without version information. Used when creating or updating prompts.

interface PromptInput {
    id: string;
    prompt: string;
}

Hierarchy (view full)

Properties

Properties

id: string

Unique identifier for the prompt

prompt: string

The prompt template text, may include Mustache template variables