/** * This file was auto-generated by Fern from our API Definition. */ /** * * `LENGTH` - LENGTH * * `STOP` - STOP * * `UNKNOWN` - UNKNOWN */ export type FinishReasonEnum = "LENGTH" | "STOP" | "UNKNOWN"; export declare const FinishReasonEnum: { readonly Length: "LENGTH"; readonly Stop: "STOP"; readonly Unknown: "UNKNOWN"; };