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: StringModel identifier to place in the generated request.
stream: boolWhether to request a streamed SSE response.
tools: boolWhether to include the tools field in the generated request.