Unverified Commit e56c64bf authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Update label field comment to indicate deprecation (#10970)

parent fff7fbab
...@@ -134,7 +134,7 @@ class GenerateReqInput: ...@@ -134,7 +134,7 @@ class GenerateReqInput:
# Conversation id used for tracking requests # Conversation id used for tracking requests
conversation_id: Optional[str] = None conversation_id: Optional[str] = None
# Label for the request # (Deprecated, please use custom_labels) Label for the request
label: Optional[str] = None label: Optional[str] = None
# Priority for the request # Priority for the request
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment