ImportError: cannot import name 'ComputerCallOutput' from 'openai.types.responses' #2231
Open
1 task done
Labels
bug
Something isn't working
Confirm this is an issue with the Python library and not an underlying OpenAI API
Describe the bug
While using the openai-python SDK, I attempted to import the ComputerCallOutput data structure from openai.types.responses, but encountered the following error:
It seems that ComputerCallOutput is not available in the openai.types.responses module, possibly due to a mismatch between the documentation and the codebase, or the data structure not being properly exposed.
To Reproduce
Steps to Reproduce
Environment
Operating System: macOS
Python Version: 3.11
OpenAI SDK Version: 1.67.0
Code snippets
OS
macOS
Python version
Python 3.11.11
Library version
openai 1.67.0
The text was updated successfully, but these errors were encountered: