### Confirm this is an issue with the Python library and not an underlying OpenAI API - [X] This is an issue with the Python library ### Describe the bug content_with_padding_02 = "\u200B\n\n" + response_02.choices[0].message['content'] TypeError: 'ChatCompletionMessage' object is not subscriptable ### To Reproduce content_with_padding_02 = "\u200B\n\n" + response_02.choices[0].message['content'] TypeError: 'ChatCompletionMessage' object is not subscriptable ### Code snippets ```Python content_with_padding_02 = "\u200B\n\n" + response_02.choices[0].message['content'] TypeError: 'ChatCompletionMessage' object is not subscriptable ``` ### OS macOS ### Python version 3.11.4 ### Library version 1.0.1