Function: formatEvaluators
▸ formatEvaluators(evaluators
): string
Formats evaluator details into a string, including both the name and description of each evaluator.
Parameters
Name | Type | Description |
---|---|---|
evaluators | Evaluator [] | An array of evaluator objects. |
Returns
string
A string that concatenates the name and description of each evaluator, separated by a colon and a newline character.