pub struct ToolCallCountScorer { /* private fields */ }Expand description
Scores agent execution against a tool call count budget.
Uses the tool_calls slice length from the scorer arguments.
Does not require an EventCollector.
Implementations§
Trait Implementations§
Source§impl EvalScorer for ToolCallCountScorer
impl EvalScorer for ToolCallCountScorer
Auto Trait Implementations§
impl Freeze for ToolCallCountScorer
impl RefUnwindSafe for ToolCallCountScorer
impl Send for ToolCallCountScorer
impl Sync for ToolCallCountScorer
impl Unpin for ToolCallCountScorer
impl UnsafeUnpin for ToolCallCountScorer
impl UnwindSafe for ToolCallCountScorer
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