Add files via upload

This commit is contained in:
公明
2026-07-11 11:40:09 +08:00
committed by GitHub
parent d1d67b07d3
commit 9ac5fd33ec
3 changed files with 8 additions and 26 deletions
+1 -1
View File
@@ -664,7 +664,7 @@ schedule_mode 为 cron 时必须提供有效 cron_expr;为 manual 时会清除
return batchMCPJSONResult(queue)
})
logger.Info("批量任务 MCP 工具已注册", zap.Int("count", 12))
logger.Debug("批量任务 MCP 工具已注册", zap.Int("count", 12))
}
// --- batch_task_list 精简结构(避免把每条子任务的 result 等大段文本塞进列表上下文) ---