Python API search_recency_filter not supported
The documentation shows a search_recency_filter arg in the Python API:
# For general information and current events
web_search = client.search.create(
query="latest tech news",
search_mode="web",
search_recency_filter="day"
)
Expected Behavior
I expect the parameter to be in the API
Actual Behavior
TypeError: SearchResource.create() got an unexpected keyword argument ‘search_recency_filter’
Steps to Reproduce
- Call the API in the documented way.
- Observe the unexpected behavior.
Environment
- API Version: ?
- SDK (if applicable): 0.11.0
- Operating System: Linux