Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
1a677da7
Unverified
Commit
1a677da7
authored
Mar 01, 2024
by
takatost
Committed by
GitHub
Mar 01, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: custom tool max tool (#2641)
parent
b6d61a81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tools_manage_service.py
api/services/tools_manage_service.py
+2
-2
No files found.
api/services/tools_manage_service.py
View file @
1a677da7
...
...
@@ -209,8 +209,8 @@ class ToolManageService:
# extra info like description will be set here
tool_bundles
,
schema_type
=
ToolManageService
.
convert_schema_to_tool_bundles
(
schema
,
extra_info
)
if
len
(
tool_bundles
)
>
10
:
raise
ValueError
(
'the number of apis should be less than 10'
)
if
len
(
tool_bundles
)
>
10
0
:
raise
ValueError
(
'the number of apis should be less than 10
0
'
)
# create db provider
db_provider
=
ApiToolProvider
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment