Chat Completion Message Serializer
Custom serializer for ChatCompletionMessage that enforces the assistant role on the wire and omits null tool_calls fields from the output.
Exposed publicly because it is referenced from the @Serializable(with = ...) annotation on ChatCompletionMessage; callers do not normally invoke it directly.