Skip to content

Files

Latest commit

3067064 · Dec 22, 2024

History

History
23 lines (12 loc) · 539 Bytes

formatActionNames.md

File metadata and controls

23 lines (12 loc) · 539 Bytes

@elizaos/core v0.1.6-alpha.4 / formatActionNames

Function: formatActionNames()

formatActionNames(actions): string

Formats the names of the provided actions into a comma-separated string.

Parameters

actions: Action[]

An array of Action objects from which to extract names.

Returns

string

A comma-separated string of action names.

Defined in

packages/core/src/actions.ts:61