Add provided data to input data
Subclass of Action. Type: Action[Dict[str, Any], Dict[str, Any]].
Main methods and properties
data (Dict[str, Any]): Key/value pairs that will be added to input data.
name (Optional[str], optional): Name for identification. If equals to None, class name will be used. Defaults to None.
Update input data with provided data
input_data (Dict[str, Any]): Current data.
Dict[str, Any]: Updated data.
Last updated 1 year ago