[DOC] Add missing docstring in LLMEngine.add_request() (#12195)

Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
Yuan Tang
2025-01-20 01:59:00 -05:00
committed by GitHub
parent c5c06209ec
commit d2643128f7

View File

@ -689,7 +689,9 @@ class LLMEngine:
:class:`~vllm.PoolingParams` for pooling. :class:`~vllm.PoolingParams` for pooling.
arrival_time: The arrival time of the request. If None, we use arrival_time: The arrival time of the request. If None, we use
the current monotonic time. the current monotonic time.
lora_request: The LoRA request to add.
trace_headers: OpenTelemetry trace headers. trace_headers: OpenTelemetry trace headers.
prompt_adapter_request: The prompt adapter request to add.
priority: The priority of the request. priority: The priority of the request.
Only applicable with priority scheduling. Only applicable with priority scheduling.