Name

data class Name(val value: String) : GenAIAttributes.Provider(source)

gen_ai.provider.name attribute.

Constructors

Link copied to clipboard
constructor(value: String)
constructor(provider: LLMProvider)

Properties

Link copied to clipboard
open override val key: String

Attribute key

Link copied to clipboard
open override val value: String

Attribute value.

Functions

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

Joins two attribute-key segments with a . separator.