Child of #1384.
Replace the current explicit unsupported logprobs receipt with real token-logprob propagation from the backend into the logprobs/top_logprobs response fields, when the runtime reports them. Runtime-dependent.
Done when
- When the backend reports token logprobs, they appear in the response with OpenAI-compatible shape.
- When it does not, the explicit unsupported receipt remains rather than synthesizing values.
Child of #1384.
Replace the current explicit
unsupportedlogprobs receipt with real token-logprob propagation from the backend into thelogprobs/top_logprobsresponse fields, when the runtime reports them. Runtime-dependent.Done when