same question,
stream splits tool_calls and returns data: {"choices":[{"delta":{"content":null,"tool_calls":[{"function":{"arguments":"{\"city\": \""},"
so that the complete parameters cannot be obtained, but I don't know how to solve it
Map<String, Object> arguments = ModelOptionsUtils.jsonToMap(functionInput);