Subgraph

sealed interface Subgraph : KoogAttributes.Koog(source)

koog.subgraph attribute namespace.

Inheritors

Types

Link copied to clipboard
data class Id(val id: String) : KoogAttributes.Koog.Subgraph

koog.subgraph.id attribute.

Link copied to clipboard
data class Input(val input: String) : KoogAttributes.Koog.Subgraph

koog.subgraph.input attribute.

Link copied to clipboard
data class Output(val output: String) : KoogAttributes.Koog.Subgraph

koog.subgraph.output 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.