Current Behavior
ChatResponse does not return a ToolResponseMessage that calls functionCallback
Context
I want to get the execution chain, request parameters and function execution result of the chatModel processing functionCallings, if I can get the execution result, I can do additional processing on the result, for example: query the user, the execution result is directly to the LLM, but I can't get the result of the LLM calling the function