AxRankModulesOptions
Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/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. |