AxACEOptions Generated TypeScript API reference. typescript api api/reference build/apidocs/Interface.AxACEOptions.md interface AxACEOptions

AxACEOptions

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/dsp/optimizers/aceTypes.ts#L94

Configuration options specific to ACE inside Ax.

Properties

PropertyTypeDescription
allowDynamicSections?booleanWhether to automatically create sections when curator emits new ones.
initialPlaybook?AxACEPlaybookInitial playbook supplied by the caller.
maxEpochs?numberMaximum number of epochs for offline adaptation.
maxReflectorRounds?numberMaximum reflector refinement rounds (paper uses up to 5).
maxSectionSize?numberMaximum bullets allowed in any section before triggering pruning.
maxSerializedFieldChars?numberMaximum serialized characters per field stored in ACE trajectories.
similarityThreshold?numberReserved threshold value; current dedupe uses normalized exact-content match.
Docs