Function: getFormattedActions
▸ getFormattedActions(actions
): string
Formats the provided actions into a string listing each action's name and description.
Parameters
Name | Type | Description |
---|---|---|
actions | Action [] | An array of Action objects to format. |
Returns
string
A formatted string listing each action's name and description.