Persistent memory in hosting Copilot Agents in .NET
Hello, i was wondering if there was any resources anyone has on saving chats and loading them up again. Right now im hosting my copilot agent in .net and want to have chats save and loaded depending on the user. I have it authenticated using Entra ID, but I'm imagining it wouldnt work with that or be different? I first had used a threadID in localstorage, which would persist a message even if a refresh happened, but not if the server crashed. That option doesnt really help with loading chats back however.
Thanks for any help