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