-
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
'Response' object has no attribute 'output_text'
No warning or deprecation? Or was this not intentional?
To Reproduce
Run code snippet:
Code snippets
from openai import OpenAI
client = OpenAI()
response = client.responses.create(
model="gpt-5",
input="Hello",
)
response.output_text
OS
macOS
Python version
3.13.5
Library version
1.99.2
ccurme, jackien1, hinthornw, Shulyaka, EdwardLearnedHands and 2 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working