Skip to content

Commit

Permalink
style: 格式化导入语句以提高代码可读性
Browse files Browse the repository at this point in the history
  • Loading branch information
TBXark committed Dec 24, 2024
1 parent 04d7f7d commit 2b81827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/core/src/telegram/command/system.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 2b81827

Please sign in to comment.