This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
feat: increase max tools (
#2497
)
tags/0.5.7
Yeuoly
1 year ago
parent
97e9f52331
commit
e6cd7b0467
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
web/config/index.ts
+ 1
- 1
web/config/index.ts
View 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,
Write
Preview
Loading…
Cancel
Save