From 4031290a704a36dffa633ab10a5308bb0e170a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=99=E6=B3=93=E9=93=AE?= Date: Wed, 30 Jul 2025 21:36:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E9=BB=98=E8=AE=A4his?= =?UTF-8?q?tory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uixt/ai/wings_service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/uixt/ai/wings_service.go b/uixt/ai/wings_service.go index 3fbe5f48..0755952a 100644 --- a/uixt/ai/wings_service.go +++ b/uixt/ai/wings_service.go @@ -51,6 +51,7 @@ func NewWingsService() (ILLMService, error) { bizId: bizID, accessKey: accessKey, secretKey: secretKey, + history: []History{}, }, nil }