Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested.
Expected Behavior
ChatClient.ChatClientRequestSpec need a function like <I, O> ChatClientRequestSpec function(FunctionCallbackWrapper wrapper);
Current Behavior
not have a function
Context
we use lamda function and the function can not get the inputType,so if add the ChatClientRequestSpec function(FunctionCallbackWrapper wrapper); we can set the inputType self