add_actions
add_actions
Append multiple raw actions at once. Each action dictionary is added to the action list in order.
Parameters
actions
List of action dictionaries to append. Each dictionary should map a single action name to its payload.
Returns
FunctionResult — self, for chaining.