pub enum InputItem {
EasyInputMessage(EasyInputMessage),
Item(Item),
ItemReferenceParam(ItemReferenceParam),
}
Variants§
EasyInputMessage(EasyInputMessage)
Item(Item)
An item representing part of the context for the response to be generated by the model.
ItemReferenceParam(ItemReferenceParam)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InputItem
impl RefUnwindSafe for InputItem
impl Send for InputItem
impl Sync for InputItem
impl Unpin for InputItem
impl UnwindSafe for InputItem
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