@Connor Davis | Outbox AI
The conversion from snake_case to camelCase is intentional and is a common practice in programming, especially when bridging systems that use different naming conventions. For instance, in Python, snake_case is often used for variable and function names, while in JavaScript, camelCase is the convention.
The conversion ensures consistency and compatibility with various programming languages and APIs that might expect a specific naming convention. If this behavior is causing issues or is not desired for your particular use case, please let us know, and we can look into it further. If you need assistance with anything else, feel free to ask!