pub struct ParallelToolCalls(pub bool);Expand description
Whether to enable parallel function calling during tool use.
Tuple Fields§
§0: boolTrait Implementations§
Source§impl Clone for ParallelToolCalls
impl Clone for ParallelToolCalls
Source§fn clone(&self) -> ParallelToolCalls
fn clone(&self) -> ParallelToolCalls
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 ParallelToolCalls
impl RefUnwindSafe for ParallelToolCalls
impl Send for ParallelToolCalls
impl Sync for ParallelToolCalls
impl Unpin for ParallelToolCalls
impl UnwindSafe for ParallelToolCalls
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