Ask a question to get started
Enter to sendā¢Shift+Enter new line
Utility to flatten a nest run object into a list of runs. :param run: The base run to flatten. :return: The flattened list of runs.
flatten_run( run: Dict[str, Any], ) -> List[Dict[str, Any]]