Agent

sealed interface Agent : GenAIAttribute(source)

gen_ai.agent attribute namespace.

Inheritors

Types

Link copied to clipboard
data class Description(val description: String) : GenAIAttributes.Agent

gen_ai.agent.description attribute.

Link copied to clipboard
data class Id(val id: String) : GenAIAttributes.Agent

gen_ai.agent.id attribute.

Link copied to clipboard
data class Name(val name: String) : GenAIAttributes.Agent

gen_ai.agent.name attribute.

Properties

Link copied to clipboard
open override 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.