pub struct TracingInstrumenter;Trait Implementations§
Source§impl Clone for TracingInstrumenter
impl Clone for TracingInstrumenter
Source§fn clone(&self) -> TracingInstrumenter
fn clone(&self) -> TracingInstrumenter
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 Default for TracingInstrumenter
impl Default for TracingInstrumenter
Source§fn default() -> TracingInstrumenter
fn default() -> TracingInstrumenter
Returns the “default value” for a type. Read more
Source§impl Instrumenter for TracingInstrumenter
impl Instrumenter for TracingInstrumenter
fn on_run_start(&self, info: &RunStartInfo)
fn on_run_end(&self, info: &RunEndInfo)
fn on_run_error(&self, info: &RunErrorInfo)
fn on_model_request(&self, info: &ModelRequestInfo)
fn on_model_response(&self, info: &ModelResponseInfo)
fn on_model_error(&self, info: &ModelErrorInfo)
fn on_tool_call(&self, info: &ToolCallInfo)
fn on_tool_start(&self, info: &ToolStartInfo)
fn on_tool_end(&self, info: &ToolEndInfo)
fn on_tool_error(&self, info: &ToolErrorInfo)
fn on_usage_limit(&self, info: &UsageLimitInfo)
fn on_output_validation_error(&self, info: &OutputValidationErrorInfo)
Auto Trait Implementations§
impl Freeze for TracingInstrumenter
impl RefUnwindSafe for TracingInstrumenter
impl Send for TracingInstrumenter
impl Sync for TracingInstrumenter
impl Unpin for TracingInstrumenter
impl UnwindSafe for TracingInstrumenter
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