From 2b81827c572cff510ae0ca6415879e09db0d843c Mon Sep 17 00:00:00 2001 From: tbxark Date: Tue, 24 Dec 2024 21:00:24 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=A0=BC=E5=BC=8F=E5=8C=96=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E8=AF=AD=E5=8F=A5=E4=BB=A5=E6=8F=90=E9=AB=98=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=8F=AF=E8=AF=BB=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/lib/core/src/telegram/command/system.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lib/core/src/telegram/command/system.ts b/packages/lib/core/src/telegram/command/system.ts index f719f279..5696a70f 100644 --- a/packages/lib/core/src/telegram/command/system.ts +++ b/packages/lib/core/src/telegram/command/system.ts @@ -1,5 +1,5 @@ import type { HistoryItem, HistoryModifierResult, UserMessageItem } from '#/agent'; -import type {AgentUserConfigKey, WorkerContext} from '#/config'; +import type { AgentUserConfigKey, WorkerContext } from '#/config'; import type * as Telegram from 'telegram-bot-api-types'; import type { CommandHandler } from './types'; import { loadChatLLM, loadImageGen } from '#/agent';