/** * The output of a prior generation on this API. */ export interface GenerationReference { /** The ID of the generation whose output to use, as returned when the generation was created. */ generationId: string; }