Confirm this is a feature request for the Python library and not the underlying OpenAI API.
Describe the feature or improvement you're requesting
Hi there,
I'm using the library and writing tests to mock CreateEmbeddingResponse. To mock the class, I'm configuring the properties, including the usage parameter. I'd like to instantiate a 'Usage' object for this. Hence, requesting it to be exported with openai.types. Thanks!
Additional context
No response