Skip to content

chore: remove deprecated async_executor param from ToolInvoker #9571

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Amnah199
Copy link
Contributor

Related Issues

Proposed Changes:

Remove the async_executor and associated logic.

How did you test it?

Updated the tests

Notes for the reviewer

Checklist

  • I have read the contributors guidelines and the code of conduct
  • I have updated the related issue with new insights and changes
  • I added unit tests and updated the docstrings
  • I've used one of the conventional commit types for my PR title: fix:, feat:, build:, chore:, ci:, docs:, style:, refactor:, perf:, test: and added ! in case the PR includes breaking changes.
  • I documented my code
  • I ran pre-commit hooks and fixed any issue

@Amnah199 Amnah199 changed the title chore: remove deprecated async_executor param from ToolIinvoker chore: remove deprecated async_executor param from ToolInvoker Jun 30, 2025
@github-actions github-actions bot added the type:documentation Improvements on the docs label Jun 30, 2025
@coveralls
Copy link
Collaborator

coveralls commented Jun 30, 2025

Pull Request Test Coverage Report for Build 15978388155

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 26 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.07%) to 90.29%

Files with Coverage Reduction New Missed Lines %
components/tools/tool_invoker.py 26 88.09%
Totals Coverage Status
Change from base Build 15973897099: 0.07%
Covered Lines: 11707
Relevant Lines: 12966

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic:tests type:documentation Improvements on the docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore: remove async_executor param in ToolInvoker
2 participants