As the number of function arguments increases, it becomes challenging for developers to keep track of the purpose of numerous arguments and use the function.
To improve the code readability, you can bundle multiple related arguments into a cohesive data structure with a dataclass or a Pydantic model.