Spring AI I want to have a function that I can define as a tool for tool invocation. The parameter of the function is an object type, such as public String test(User user). How should I define this tool?
I want to have a function that I can define as a tool for tool invocation. The parameter of the function is an object ty...