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

AxPlaybookSnapshot

TypeScript
type AxPlaybookSnapshot = object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/playbook.ts#L46

A serializable snapshot of a playbook’s content and history. Persist with AxPlaybook.toJSON and restore with AxPlaybook.load.

Properties

artifact

TypeScript
artifact: AxACEOptimizationArtifact;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/playbook.ts#L48


playbook

TypeScript
playbook: AxACEPlaybook;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/playbook.ts#L47

Docs