pub struct ToolTransitionGraph { /* private fields */ }Expand description
Records tool invocation sequences to boost likely next tools.
Uses exponential decay so older transitions fade over time.
Implementations§
Source§impl ToolTransitionGraph
impl ToolTransitionGraph
Auto Trait Implementations§
impl Freeze for ToolTransitionGraph
impl RefUnwindSafe for ToolTransitionGraph
impl Send for ToolTransitionGraph
impl Sync for ToolTransitionGraph
impl Unpin for ToolTransitionGraph
impl UnsafeUnpin for ToolTransitionGraph
impl UnwindSafe for ToolTransitionGraph
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