TrailYamlItem

@Serializable
sealed interface TrailYamlItem

Represents the top level items in a trail yaml.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
@Serializable
data class MaestroTrailItem(val maestro: MaestroCommandList) : TrailYamlItem

maestro

Link copied to clipboard

"prompt"

Link copied to clipboard
@Serializable
data class ToolTrailItem(val tools: List<TrailblazeToolYamlWrapper>) : TrailYamlItem

tools