/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; /** * A block of Jinja template code that is used to generate a prompt */ export interface JinjaPromptBlock { blockType: "JINJA"; state?: Vellum.PromptBlockState; cacheConfig?: Vellum.EphemeralPromptCacheConfig | null; template: string; }