Skip to main content

LemonadeCodecOptions

Type Alias LemonadeCodecOptions 

Source
pub type LemonadeCodecOptions = OpenAiCodecOptions;
Expand description

Options for Lemonade OpenAI-compatible request JSON generation.

Aliased Type§

pub struct LemonadeCodecOptions {
    pub model: String,
    pub stream: bool,
    pub tools: bool,
}

Fields§

§model: String

Model identifier to place in the generated request.

§stream: bool

Whether to request a streamed SSE response.

§tools: bool

Whether to include the tools field in the generated request.