Unreal Engine Developer Assistant Recent Bug

I am not sure if anyone else uses this tool as much as me or has seen this response pattern begin to develop within the past month or so, but when using the UE AI Assistant it is constantly re-answering questions from previous prompts within the same chat.

For instance:

I prompt “Can you tell me if unreal provides a color library to get standard colors from”… It will respond normally.

Then I prompt “Does FLinearColor have a member function called CopyWithNewOpacity”… now it will answer this question and the one before it. The response looks like below:

“”"

  1. **Does a “Generic Color” Enum exist?
    **
    Unreal Engine does not provide a single, built-in enum class that returns FLinearColor values for names like “Amber” or “Cyan” by default.

  2. **Does FLinearColor have CopyWithNewOpacity?
    **
    No, the FLinearColor struct does not have a member function called CopyWithNewOpacity.
    “”"

So I essentially have to constantly keep making new chats otherwise it will just keep answering every single prompt I had before and then the newest one last. This used to not be an issue.