Saving assembly as an STL filenames being cut in the middle

When we save an assemly as an stl it saves a bunch of stl files with the filenames of all of the assemblies they are in (starting from top level down) and then followed by a part name and -instance.STL

When there are a lot of nested assemblies the filenames are over 100 characters. 

Solidworks 2022 used to create these filenames and let them be long but Solidworks 2025 API truncates the name at 66 characters puts two underscores in the center and then places the last 34 characters of the filename (usually part name) at the end. This is resulting in problems for us because we need the information in the center of the filenames (all assembly levels). Are there settings we can change for how solidworks names and truncates stls in 2025 SW?