Closed
Description
#13300 added an extra_args
field to SamplingParameters
to allow for passing arbitrary parameters through to custom sampler / logits processor implementations.
A follow on is to expose this in the OpenAI API endpoints, see discussion at the end of that PR.
This will be needed to support custom sampling parameters via V1 logits processor plugins once that's ready (#13360).