koog
Toggle table of contents
1.0.0-preview2
common
Target filter
common
Switch theme
Search in API
Skip to content
koog
agents-features-opentelemetry
/
ai.koog.agents.features.opentelemetry.attribute
/
McpAttributes
/
Mcp
/
Session
/
Id
Id
data
class
Id
(
val
id
:
String
)
:
McpAttributes.Mcp.Session
(
source
)
Members
Constructors
Id
Link copied to clipboard
constructor
(
id
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
key
Link copied to clipboard
open
override
val
key
:
String
Attribute key
value
Link copied to clipboard
open
override
val
value
:
String
Attribute value.
Functions
concat
Key
Link copied to clipboard
open
fun
String
.
concatKey
(
other
:
String
)
:
String
Joins two attribute-key segments with a
.
separator.