-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Open
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
src/openai/types/responses/response_create_params.py gives us the supported string:
"""The context management entry type. Currently only 'compaction' is supported."""
It is sufficent to say that tests/api_resources/test_responses.py would fail without the right value for that key, or that the API actually able to run that test is not validating the one enum that would make something happen.
To Reproduce
- look at the code
- be astonished.
Code snippets
response = client.responses.create(
background=True,
context_management=[
{
"type": "type", # wot?
"compact_threshold": 1000,
}
],OS
AnyOS
Python version
Python 3.12
Library version
v2.20.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working