Spring AI The isFunctionalType method of MethodToolVNet Provider is incorrect, resulting in some cases where the tool cannot be registered
private boolean isFunctionalType(Method toolMethod) { var isFunction = ClassUtils.isAssignable(toolMethod.getRet...