vllm.entrypoints.pooling.pooling.protocol ¶
IOProcessorResponse ¶
Bases: OpenAIBaseModel, Generic[T]
Source code in vllm/entrypoints/pooling/pooling/protocol.py
data instance-attribute ¶
When using plugins IOProcessor plugins, the actual output is generated by the plugin itself. Hence, we use a generic type for the response data