Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 629 Bytes

formatEvaluators.md

File metadata and controls

23 lines (12 loc) · 629 Bytes

@ai16z/eliza v0.1.5-alpha.3 / formatEvaluators

Function: formatEvaluators()

formatEvaluators(evaluators): string

Formats evaluator details into a string, including both the name and description of each evaluator.

Parameters

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.

Defined in

packages/core/src/evaluators.ts:41