From e6cd7b04670ece2732cac9ddc5c2653ddbb76709 Mon Sep 17 00:00:00 2001 From: Yeuoly <45712896+Yeuoly@users.noreply.github.com> Date: Tue, 20 Feb 2024 19:03:10 +0800 Subject: [PATCH] feat: increase max tools (#2497) --- web/config/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/config/index.ts b/web/config/index.ts index 8baf6d9d25..b6b6eb3ee7 100644 --- a/web/config/index.ts +++ b/web/config/index.ts @@ -130,7 +130,7 @@ export const ANNOTATION_DEFAULT = { score_threshold: 0.9, } -export const MAX_TOOLS_NUM = 5 +export const MAX_TOOLS_NUM = 10 export const DEFAULT_AGENT_SETTING = { enabled: false,