Sfoglia il codice sorgente

feat: increase max tools (#2497)

tags/0.5.7
Yeuoly 1 anno fa
parent
commit
e6cd7b0467
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      web/config/index.ts

+ 1
- 1
web/config/index.ts Vedi File

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

Loading…
Annulla
Salva