pub struct ToolLimits {
pub max_input_bytes: usize,
pub max_output_bytes: usize,
}Expand description
Immutable-name registry and capability gate for tools.
Fields§
§max_input_bytes: usizeMaximum serialized invocation input size.
max_output_bytes: usizeMaximum serialized canonical output size.
Trait Implementations§
Source§impl Clone for ToolLimits
impl Clone for ToolLimits
Source§fn clone(&self) -> ToolLimits
fn clone(&self) -> ToolLimits
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 ToolLimits
Source§impl Debug for ToolLimits
impl Debug for ToolLimits
Source§impl Default for ToolLimits
impl Default for ToolLimits
impl Eq for ToolLimits
Source§impl PartialEq for ToolLimits
impl PartialEq for ToolLimits
impl StructuralPartialEq for ToolLimits
Auto Trait Implementations§
impl Freeze for ToolLimits
impl RefUnwindSafe for ToolLimits
impl Send for ToolLimits
impl Sync for ToolLimits
impl Unpin for ToolLimits
impl UnsafeUnpin for ToolLimits
impl UnwindSafe for ToolLimits
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.