Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 580 Bytes

formatActions.md

File metadata and controls

23 lines (12 loc) · 580 Bytes

@elizaos/core v0.1.7 / formatActions

Function: formatActions()

formatActions(actions): string

Formats the provided actions into a detailed string listing each action's name and description, separated by commas and newlines.

Parameters

actions: Action[]

An array of Action objects to format.

Returns

string

A detailed string of actions, including names and descriptions.

Defined in

packages/core/src/actions.ts:73