mirror of
https://gitee.com/dify_ai/dify.git
synced 2024-12-05 04:38:37 +08:00
Fix: When editing an Agent, selecting custom tools does not allow filtering by labels. (#6197)
Co-authored-by: dufei <du_fei@venusgroup.com.cn>
This commit is contained in:
parent
10dd0f3fa0
commit
109de52fe2
@ -429,6 +429,7 @@ class ApiToolManageService:
|
||||
db_provider=provider,
|
||||
decrypt_credentials=True
|
||||
)
|
||||
user_provider.labels = labels
|
||||
|
||||
# add icon
|
||||
ToolTransformService.repack_provider(user_provider)
|
||||
|
Loading…
Reference in New Issue
Block a user