AxAgentPlaybookUpdateResult
type AxAgentPlaybookUpdateResult = object;Properties
feedback?
optional feedback: string;Digest text sent to the playbook curator. Absent on skips.
signals
signals: readonly AxAgentFailureSignal[];Failure signals this update was fed (fresh signals only when deduping).
skipReason?
optional skipReason: AxAgentPlaybookSkipReason;snapshot
snapshot: AxPlaybookSnapshot;Snapshot of the playbook after this run (persist via onUpdate).
status
status: AxAgentPlaybookUpdateStatus;