pub struct ExecutionReflector {
pub min_tool_calls: usize,
pub min_confidence: f64,
}Expand description
Analyzes tool execution sequences to extract learnable patterns.
Identifies patterns worth learning from tool executions, such as multi-step workflows, error recovery, and best practices.
Fields§
§min_tool_calls: usize§min_confidence: f64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExecutionReflector
impl RefUnwindSafe for ExecutionReflector
impl Send for ExecutionReflector
impl Sync for ExecutionReflector
impl Unpin for ExecutionReflector
impl UnsafeUnpin for ExecutionReflector
impl UnwindSafe for ExecutionReflector
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