PlaybookSection

@Serializable
data class PlaybookSection(val name: String, val shortName: String, val bullets: MutableList<PlaybookBulletItem>)

A named group of PlaybookBulletItems within an ACEPlaybook.

Constructors

Link copied to clipboard
constructor(name: String, shortName: String, bullets: MutableList<PlaybookBulletItem>)

Properties

Link copied to clipboard

The bullets in this section, mutated in place as deltas are applied.

Link copied to clipboard

Human-readable section title shown to the agent.

Link copied to clipboard

Compact identifier used as the prefix of contained bullet PlaybookBulletItem.ids.