AxRankModulesOptions
Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/agentInternal/relevanceRanker.ts#L236
Properties
| Property | Type | Description |
|---|
marginRatio? | number | Discrimination guard ratio. Default 0.15. |
minScore? | number | Absolute floor on the top match’s coverage (0..1). Default 0.08. |
topK? | number | Max modules to return. Default 3. |