Skip to main content

track_tool_execution

Method
This is a method of the MinimalTelemetry class in the telemetry_funcs module.
Track tool execution

Signature

def track_tool_execution(&self, tool_name: &str, success: bool, duration_ms: u64) -> ()

Parameters

tool_name
&str
required
No description available.
success
bool
required
No description available.
duration_ms
u64
required
No description available.

Returns

Returns
()
The result of the operation.