Skip to main content

InlinedEmbedContentResponse

Type Alias InlinedEmbedContentResponse 

Source
pub type InlinedEmbedContentResponse = InlinedEmbedResponse;

Aliased Type§

pub struct InlinedEmbedContentResponse {
    pub metadata: Option<Map<String, Value>>,
    pub output: Option<InlinedEmbedResponseOutput>,
    pub rest: Map<String, Value>,
}

Fields§

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