@ai16z/eliza v1.0.0 / formatEvaluatorNames
formatEvaluatorNames(
evaluators
):string
Formats the names of evaluators into a comma-separated list, each enclosed in single quotes.
• evaluators: Evaluator
[]
An array of evaluator objects.
string
A string that concatenates the names of all evaluators, each enclosed in single quotes and separated by commas.