Formatting in AIChat component

Hi,

I am using the AIChat component and have observed a strange formatting problem.

I have created my own implementation of IAIChatService but when I receive a responds from an AI model containing a list of dates the AIChat components is formatting the date wrong. If I receive:

    1. oktober 2025
    1. december 2025
    1. december 2025
    1. december 2025
    1. december 2025
    1. januar 2026
    1. januar 2026
    1. februar 2026

The components renders:

Is there a way to keep the original formatting?

Best regrads
Søren

You can use MessageTemplate to overwrite the default rendering with your own.