Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/agentInternal/relevanceRanker.ts#L216
A module the ranker can score, flattened from agent function-group metadata.
Properties
| Property | Type | Description |
|---|
argNames? | readonly string[] | Union of parameter property names across the module’s functions. |
description? | string | - |
functionNames? | readonly string[] | Bare function names in the module, e.g. ['search', 'read']. |
namespace | string | - |
selectionCriteria? | string | - |
title? | string | - |