-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fix: functiontool supports asynchronous functions #2078
fix: functiontool supports asynchronous functions #2078
Conversation
…-asynchronous-functions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
…-asynchronous-functions
Can we use camel toolkit with MCP toolkit together now? It would be great to have an example on how to do it. |
|
Good idea! Here u mean the example of agent using both camel tools and mcp tools together, right? |
yeah, exactly |
Description
Fixed a bug: When adding the timeout feature to the FunctionTool object method, keep the synchronous and asynchronous method feature to support asynchronous methods as FunctionTool calls.
Checklist
Go over all the following points, and put an
x
in all the boxes that apply.Fixes #issue-number
in the PR description (required)pyproject.toml
anduv lock
If you are unsure about any of these, don't hesitate to ask. We are here to help!