Ver código fonte

feat: increase max tools (#2497)

tags/0.5.7
Yeuoly 1 ano atrás
pai
commit
e6cd7b0467
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      web/config/index.ts

+ 1
- 1
web/config/index.ts Ver arquivo

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

Carregando…
Cancelar
Salvar