mistralrs

Type Alias MessageContent

source
pub type MessageContent = Either<String, Vec<IndexMap<String, Value>>>;

Aliased Type§

enum MessageContent {
    Left(String),
    Right(Vec<IndexMap<String, Value>>),
}

Variants§

§

Left(String)

A value of type L.

§

Right(Vec<IndexMap<String, Value>>)

A value of type R.