vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface PromptMetadata

    interface PromptMetadata {
        fullName?: string;
        masterLabel: string;
        promptVersions?: PromptVersion[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    fullName?: string
    masterLabel: string
    promptVersions?: PromptVersion[]