From e56c64bfaf341aafe927c43f292f11f99f746ba8 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Fri, 26 Sep 2025 12:59:59 -0700 Subject: [PATCH] Update label field comment to indicate deprecation (#10970) --- python/sglang/srt/managers/io_struct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sglang/srt/managers/io_struct.py b/python/sglang/srt/managers/io_struct.py index 73a7ce0e2..b41d0e3b7 100644 --- a/python/sglang/srt/managers/io_struct.py +++ b/python/sglang/srt/managers/io_struct.py @@ -134,7 +134,7 @@ class GenerateReqInput: # Conversation id used for tracking requests conversation_id: Optional[str] = None - # Label for the request + # (Deprecated, please use custom_labels) Label for the request label: Optional[str] = None # Priority for the request