Quellcode durchsuchen

feat: increase max tools (#2497)

Yeuoly vor 1 Jahr
Ursprung
Commit
e6cd7b0467
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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,
   score_threshold: 0.9,
 }
 }
 
 
-export const MAX_TOOLS_NUM = 5
+export const MAX_TOOLS_NUM = 10
 
 
 export const DEFAULT_AGENT_SETTING = {
 export const DEFAULT_AGENT_SETTING = {
   enabled: false,
   enabled: false,