瀏覽代碼

feat: increase max tools (#2497)

tags/0.5.7
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,

Loading…
取消
儲存