@elizaos/core v0.1.7 / formatActions
formatActions(
actions
):string
Formats the provided actions into a detailed string listing each action's name and description, separated by commas and newlines.
• actions: Action
[]
An array of Action
objects to format.
string
A detailed string of actions, including names and descriptions.