Type Alias InputMessageContentList

Source
pub type InputMessageContentList = Vec<InputContent>;
Expand description

A list of one or many input items to the model, containing different content types.

Aliased Typeยง

pub struct InputMessageContentList { /* private fields */ }