AxPlaybookSnapshot
type AxPlaybookSnapshot = object;Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/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
artifact: AxACEOptimizationArtifact;Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/dsp/playbook.ts#L48
playbook
playbook: AxACEPlaybook;Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/dsp/playbook.ts#L47