AxAgentPlaybookUpdateResult Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxAgentPlaybookUpdateResult.md type AxAgentPlaybookUpdateResult

AxAgentPlaybookUpdateResult

TypeScript
type AxAgentPlaybookUpdateResult = object;

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/playbookConfig.ts#L42

Properties

feedback?

TypeScript
optional feedback: string;

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/playbookConfig.ts#L50

Digest text sent to the playbook curator. Absent on skips.


signals

TypeScript
signals: readonly AxAgentFailureSignal[];

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/playbookConfig.ts#L48

Failure signals this update was fed (fresh signals only when deduping).


skipReason?

TypeScript
optional skipReason: AxAgentPlaybookSkipReason;

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/playbookConfig.ts#L46


snapshot

TypeScript
snapshot: AxPlaybookSnapshot;

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/playbookConfig.ts#L44

Snapshot of the playbook after this run (persist via onUpdate).


status

TypeScript
status: AxAgentPlaybookUpdateStatus;

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/playbookConfig.ts#L45

Docs