Method AddEvent
- Namespace
- LMKit.Agents.Observability
- Assembly
- LM-Kit.NET.dll
AddEvent(string, Dictionary<string, object>)
Records an event during this span.
public AgentSpan AddEvent(string name, Dictionary<string, object> attributes = null)
Parameters
namestringThe event name.
attributesDictionary<string, object>Optional event attributes.
Returns
- AgentSpan
This span for method chaining.