mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 02:58:59 +08:00
feat: increase max tools (#2497)
This commit is contained in:
parent
97e9f52331
commit
e6cd7b0467
@ -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…
x
Reference in New Issue
Block a user