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