### 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 When using `client.responses.stream` one cannot pass the `conversation` parameter like can be done for `client.responses.create`. ### To Reproduce 1. Attempt to use `client.responses.stream()` with an existing conversation. ### Code snippets ```Python ``` ### OS Linux ### Python version 3.13 ### Library version 1.101.0