Generates all possible combinations of parameters for the given function(s) and returns them as a list.
Args:
params_dict (dict): A dictionary containing the parameters and their possible values for each function.
Returns:
list: A list of lists where each inner list contains the function name, parameter string, and a dictionary with the parameter values and corresponding function.