Discrepancy in Realtime Documentation for function call response

This is a continuation of #1009101 but I’m reposting because it’s also a discrepancy in the openai package. I’m on the latest openai version at time of posting (6.17.0).

It makes the use of the package for typing responses in TS a little annoying and requires defining an internal type which builds upon the ResponseFunctionCallArgumentsDoneEvent type to add the name parameter.