Skip to main content

InlinedResponse

Type Alias InlinedResponse 

Source
pub type InlinedResponse = InlinedGenerateResponse;

Aliased Type§

pub struct InlinedResponse {
    pub metadata: Option<Map<String, Value>>,
    pub output: Option<InlinedGenerateResponseOutput>,
    pub rest: Map<String, Value>,
}

Fields§

§metadata: Option<Map<String, Value>>§output: Option<InlinedGenerateResponseOutput>§rest: Map<String, Value>