소스 검색

feat: increase max tools (#2497)

Yeuoly 1 년 전
부모
커밋
e6cd7b0467
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/config/index.ts

+ 1 - 1
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,