fix: 修复 tool-registry.ts 缺少 logInfo 导入导致 run_command 工具调用异常

This commit is contained in:
thzxx
2026-04-08 12:26:43 +08:00
parent f9eca2e524
commit e663878da0
+1 -1
View File
@@ -4,7 +4,7 @@
*/
import type { ToolDefinition, ToolResult } from '../types.js';
import { logToolStart, logToolResult, logError } from './log-service.js';
import { logToolStart, logToolResult, logError, logInfo } from './log-service.js';
export const TOOL_DEFINITIONS: ToolDefinition[] = [
{