Skip to main content

LemonadeRequestOptions

Type Alias LemonadeRequestOptions 

Source
pub type LemonadeRequestOptions = LemonadeCodecOptions;
Expand description

Alias for LemonadeCodecOptions when used for request generation.

Aliased Type§

pub struct LemonadeRequestOptions {
    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.