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