Skip to main content

RetrieveModelRequestHeaders

Type Alias RetrieveModelRequestHeaders 

Source
pub type RetrieveModelRequestHeaders = AnthropicBetaHeaders;

Aliased Type§

pub struct RetrieveModelRequestHeaders {
    pub anthropic_beta: Option<Vec<AnthropicBeta>>,
    pub extra: BTreeMap<String, String>,
}

Fields§

§anthropic_beta: Option<Vec<AnthropicBeta>>§extra: BTreeMap<String, String>