Koog

sealed interface Koog : Attribute(source)

koog attribute namespace.

Inheritors

Types

Link copied to clipboard
sealed interface Event : KoogAttributes.Koog

koog.event attribute namespace.

Link copied to clipboard
sealed interface Moderation : KoogAttributes.Koog

koog.moderation attribute namespace.

Link copied to clipboard
sealed interface Node : KoogAttributes.Koog

koog.node attribute namespace.

Link copied to clipboard
sealed interface Strategy : KoogAttributes.Koog

koog.strategy attribute namespace.

Link copied to clipboard
sealed interface Subgraph : KoogAttributes.Koog

koog.subgraph attribute namespace.

Link copied to clipboard
sealed interface Tool : KoogAttributes.Koog

koog.tool attribute namespace.

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.