-
Notifications
You must be signed in to change notification settings - Fork 1k
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
ToolExecutionRequest has a problem when parse argument to map #24
Comments
@breezexiao thank you for reporting! Could you please provide your tool method and the exception you are getting? Logs of execution would be very helpful as well. Thank you! |
@breezexiao the issue has been fixed. |
@langchain4j Cool , my problem has been solved, thanks |
ToolExecutionRequest argumentsAsMap has a problem when parse argument to map, for example, default gson convert number to double, then cause java.lang.IllegalArgumentException: argument type mismatch when toolExecutor.execute beause my tool function parameter is integer
The text was updated successfully, but these errors were encountered: