pub struct ToolParallelPlanFlags {
pub read_only: bool,
pub supports_parallel: bool,
pub approval_required: bool,
pub interactive: bool,
}Expand description
Parallel-batch eligibility for one planned tool invocation.
Fields§
§read_only: bool§supports_parallel: bool§approval_required: bool§interactive: boolTrait Implementations§
Source§impl Clone for ToolParallelPlanFlags
impl Clone for ToolParallelPlanFlags
Source§fn clone(&self) -> ToolParallelPlanFlags
fn clone(&self) -> ToolParallelPlanFlags
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ToolParallelPlanFlags
Auto Trait Implementations§
impl Freeze for ToolParallelPlanFlags
impl RefUnwindSafe for ToolParallelPlanFlags
impl Send for ToolParallelPlanFlags
impl Sync for ToolParallelPlanFlags
impl Unpin for ToolParallelPlanFlags
impl UnsafeUnpin for ToolParallelPlanFlags
impl UnwindSafe for ToolParallelPlanFlags
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