Skip to content

🐛 Bugfix: Solving the problem of duplicate tool instances in intelligent agents #2647#2662

Merged
WMC001 merged 2 commits intodevelopfrom
pyh/fix_duplicate_tool_develop
Mar 10, 2026
Merged

🐛 Bugfix: Solving the problem of duplicate tool instances in intelligent agents #2647#2662
WMC001 merged 2 commits intodevelopfrom
pyh/fix_duplicate_tool_develop

Conversation

@YehongPan
Copy link
Copy Markdown
Contributor

🐛 Bugfix: Solving the problem of duplicate tool instances in intelligent agents #2647
[Specification Details]

  1. When updating the tool_instance table, do not use user_id as a query condition to ensure that there is only one tool_instance record for the same tool.
  2. Modify test cases.
    [Test Result]
    admin创建的智能体,包含三个工具:
image 开发者再次保存,工具数量没有增加且能够正常使用: image image

…ent agents #2647

[Specification Details]
1. When updating the tool_instance table, do not use user_id as a query condition to ensure that there is only one tool_instance record for the same tool.
2. Modify test cases.
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

…ent agents #2647

[Specification Details]
1. Modify deploy.sh, change APP_VERSION to "$(get_app_version)"
@WMC001 WMC001 merged commit dea344b into develop Mar 10, 2026
12 checks passed
@YehongPan YehongPan deleted the pyh/fix_duplicate_tool_develop branch March 11, 2026 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants