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