pub struct InjectedToolArg;Expand description
Annotation for tool arguments that are injected at runtime.
Tool arguments annotated with this are not included in the tool schema sent to language models and are instead injected during execution.
Trait Implementations§
Source§impl Clone for InjectedToolArg
impl Clone for InjectedToolArg
Source§fn clone(&self) -> InjectedToolArg
fn clone(&self) -> InjectedToolArg
Returns a duplicate 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 moreSource§impl Debug for InjectedToolArg
impl Debug for InjectedToolArg
Source§impl Default for InjectedToolArg
impl Default for InjectedToolArg
Source§fn default() -> InjectedToolArg
fn default() -> InjectedToolArg
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InjectedToolArg
impl RefUnwindSafe for InjectedToolArg
impl Send for InjectedToolArg
impl Sync for InjectedToolArg
impl Unpin for InjectedToolArg
impl UnwindSafe for InjectedToolArg
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