feat: increase max tools (#2497)

pull/2498/head^2
Yeuoly 2 years ago committed by GitHub
parent 97e9f52331
commit e6cd7b0467
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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,

Loading…
Cancel
Save