/** * This file was auto-generated by Fern from our API Definition. */ export interface CompilePromptDeploymentExpandMetaRequest { /** If enabled, the response will include the model identifier representing the ML Model invoked by the Prompt. */ modelName?: boolean | null; /** If enabled, the response will include the release tag of the Prompt Deployment. */ deploymentReleaseTag?: boolean | null; /** If enabled, the response will include the ID of the Prompt Version backing the deployment. */ promptVersionId?: boolean | null; }