AxModuleRankInput Generated TypeScript API reference. typescript api api/reference build/apidocs/Interface.AxModuleRankInput.md interface AxModuleRankInput

AxModuleRankInput

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

PropertyTypeDescription
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'].
namespacestring-
selectionCriteria?string-
title?string-
Docs