AxACEOptions
Configuration options specific to ACE inside Ax.
Properties
Property | Type | Description |
---|---|---|
allowDynamicSections? | boolean | Whether to automatically create sections when curator emits new ones. |
initialPlaybook? | AxACEPlaybook | Initial playbook supplied by the caller. |
maxEpochs? | number | Maximum number of epochs for offline adaptation. |
maxReflectorRounds? | number | Maximum reflector refinement rounds (paper uses up to 5). |
maxSectionSize? | number | Maximum bullets allowed in any section before triggering pruning. |
similarityThreshold? | number | Optional similarity threshold used by the semantic deduper. |