Files
codex/codex-rs/core/tests
T
pakrym-oai ab5972d447 Support all types of search actions (#7061)
Fixes the 

```
{
  "error": {
    "message": "Invalid value: 'other'. Supported values are: 'search', 'open_page', and 'find_in_page'.",
    "type": "invalid_request_error",
    "param": "input[150].action.type",
    "code": "invalid_value"
  }
```
error.


The actual-actual fix here is supporting absent `query` parameter.
ab5972d447 ยท 2025-11-20 20:45:28 -08:00
History
..
2025-07-12 16:53:55 -07:00