mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 08:28:57 +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,
|
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…
x
Reference in New Issue
Block a user