PromptMeta

interface ApiPromptMeta {
    labels: string[];
    lastConfig: any;
    lastUpdatedAt: string;
    name: string;
    tags: string[];
    versions: number[];
}

Properties

labels: string[]
lastConfig: any

Config object of the most recent prompt version that matches the filters (if any are provided)

lastUpdatedAt: string

date-time

name: string
tags: string[]
versions: number[]