Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 618 Bytes

formatEvaluatorNames.md

File metadata and controls

23 lines (12 loc) · 618 Bytes

@ai16z/eliza v1.0.0 / formatEvaluatorNames

Function: formatEvaluatorNames()

formatEvaluatorNames(evaluators): string

Formats the names of evaluators into a comma-separated list, each enclosed in single quotes.

Parameters

evaluators: Evaluator[]

An array of evaluator objects.

Returns

string

A string that concatenates the names of all evaluators, each enclosed in single quotes and separated by commas.

Defined in

packages/core/src/evaluators.ts:30