/** * This file was auto-generated by Fern from our API Definition. */ /** * The end of generation. There may still be more information such as the * factual consistency score, but generation has stopped. */ export interface StreamGenerationEnd { type: "generation_end"; }