Skip to main content

agent_end

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

Signature

def agent_end(&mut self, agent_id: &str, agent_name: &str, output: &str, duration_ms: u64) -> ()

Parameters

agent_id
&str
required
No description available.
agent_name
&str
required
No description available.
output
&str
required
No description available.
duration_ms
u64
required
No description available.

Returns

Returns
()
The result of the operation.