Skip to main content

ModelRetrieveWireModel

Type Alias ModelRetrieveWireModel 

Source
pub type ModelRetrieveWireModel = OpenAiWireModel<RetrieveModelRequest, Model>;

Aliased Type§

pub struct ModelRetrieveWireModel {
    pub operation_key: OperationKey,
    pub request: Option<RetrieveModelRequest>,
    pub response: Option<Model>,
    pub rest: Map<String, Value>,
}

Fields§

§operation_key: OperationKey§request: Option<RetrieveModelRequest>§response: Option<Model>§rest: Map<String, Value>