AxRankedModule
Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/relevanceRanker.ts#L228
A single ranked module.
Properties
| Property | Type | Description |
|---|
matchedTerms | string[] | Query terms that matched this module (for telemetry/debugging). |
namespace | string | - |
score | number | Score normalized to 0..1 relative to the top match (top is always 1). |