/** * This file was auto-generated by Fern from our API Definition. */ /** * The subset of the metadata tracked by Vellum during Prompt Deployment compilation that the request opted into with `expand_meta`. */ export interface CompilePromptMeta { modelName?: string | null; deploymentReleaseTag?: string | null; promptVersionId?: string | null; }