Skip to main content

tool_end

Method
This is a method of the ContextTraceEmitter class in the trace module.
Emit tool end event.

Signature

def tool_end(&mut self, tool_name: &str, result: serde_json::Value, duration_ms: u64) -> ()

Parameters

tool_name
&str
required
No description available.
result
serde_json::Value
required
No description available.
duration_ms
u64
required
No description available.

Returns

Returns
()
The result of the operation.