pub enum Includable {
FileSearchCallResults,
MessageInputImageImageUrl,
ComputerCallOutputOutputImageUrl,
Other(String),
}
Expand description
Specify additional output data to include in the model response.
Variants§
Trait Implementations§
Source§impl Clone for Includable
impl Clone for Includable
Source§fn clone(&self) -> Includable
fn clone(&self) -> Includable
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 Includable
impl RefUnwindSafe for Includable
impl Send for Includable
impl Sync for Includable
impl Unpin for Includable
impl UnwindSafe for Includable
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