pub enum EasyInputMessage_Content {
Text(String),
InputMessageContentList(InputMessageContentList),
}
Expand description
Text, image, or audio input to the model, used to generate a response.
Variants§
Trait Implementations§
Source§impl Clone for EasyInputMessage_Content
impl Clone for EasyInputMessage_Content
Source§fn clone(&self) -> EasyInputMessage_Content
fn clone(&self) -> EasyInputMessage_Content
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for EasyInputMessage_Content
impl RefUnwindSafe for EasyInputMessage_Content
impl Send for EasyInputMessage_Content
impl Sync for EasyInputMessage_Content
impl Unpin for EasyInputMessage_Content
impl UnwindSafe for EasyInputMessage_Content
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more