-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Confirm this is an issue with the Python library and not an underlying OpenAI API
- This is an issue with the Python library
Describe the bug
The output_text property was removed in this version v1.99.1...v1.99.2#diff-cdffb502e495fd2226542c48d57c96c1c26e8d9cee27618ddaff1b1231d16046L256
I didn't see a mention of this breaking change, was it intentional?
To Reproduce
response = await client.responses.create(
...
)
print(response.output_text)
Code snippets
OS
Mac
Python version
Python 3.13.4
Library version
v1.99.2
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working