Table of Contents

Method SetAttribute

Namespace
LMKit.Agents.Observability
Assembly
LM-Kit.NET.dll

SetAttribute(string, object)

Sets an attribute on this span.

public AgentSpan SetAttribute(string key, object value)

Parameters

key string

The attribute key.

value object

The attribute value.

Returns

AgentSpan

This span for method chaining.