Raw Delta Update
A single playbook mutation as returned by the curator LLM, convertible to a DeltaUpdate via toDeltaUpdate.
Distinct from DeltaUpdate because it carries the "kind" polymorphic discriminator the LLM must emit; see the serialization note below.
Inheritors
Types
Link copied to clipboard
@Serializable
@SerialName(value = "DELETE" )
Raw curator request to remove a bullet.
Link copied to clipboard
@Serializable
@SerialName(value = "UPDATE" )
Raw curator request to replace a bullet's content.
Functions
Link copied to clipboard
Converts this raw update into the corresponding DeltaUpdate.