Skip to main content

@okcashpro/okai v0.1.7-alpha.1 / 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