/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; export interface GenerateOptionsRequest { /** * Which logprobs to include, if any. Defaults to NONE. * * * `ALL` - ALL * * `NONE` - NONE */ logprobs?: Vellum.LogprobsEnum; }