Attribute

interface Attribute(source)

A key/value pair attached to a GenAIAgentSpan or an event ai.koog.agents.features.opentelemetry.event.GenAIAgentEvent.

Inheritors

Properties

Link copied to clipboard
abstract val key: String

Attribute key

Link copied to clipboard
abstract val value: Any

Attribute value.

Functions

Link copied to clipboard
open fun String.concatKey(other: String): String

Joins two attribute-key segments with a . separator.