Skip to content

output_text property was removed #2524

@alexmac

Description

@alexmac

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions