Is score_threshold going to be added to ResponsesAPI?

Reading through all the docs and trying to get up-to-date, I’m really loving the new Logs and their listing of retrieved files and scores - I remember in AssistantsAPI you could set a score_threshold - but is that not a thing with the built-in-tools for Responses?

Just following-up. I see in the Response object we have this:

    {
      "type": "file_search",
      "filters": null,
      "max_num_results": 20,
      "ranking_options": {
        "ranker": "auto",
        "score_threshold": 0.0
      },
      "vector_store_ids": [
        "vs_2dksjdfokcnei"
      ]
    },

and I can see filters and max_num_results referred to in the docs here: https://platform.openai.com/docs/guides/tools-file-search but don’t see mention of the ranking_options (guess I could just try it…)