From 4066bab45a7e760880537db9538d12a40fa39921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C4=83n=20Th=E1=BA=A1nh?= <117495750+thnak@users.noreply.github.com> Date: Fri, 16 Aug 2024 16:24:55 +0700 Subject: [PATCH] allow user to edit the History --- src/libs/Ollama/Chat.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/Ollama/Chat.cs b/src/libs/Ollama/Chat.cs index 2e420ed..ed864fb 100644 --- a/src/libs/Ollama/Chat.cs +++ b/src/libs/Ollama/Chat.cs @@ -10,7 +10,7 @@ public class Chat /// /// /// - public List History { get; } = new(); + public List History { get; set; } = new(); /// ///