diff --git a/python/sglang/srt/openai_api/protocol.py b/python/sglang/srt/openai_api/protocol.py index 7c40a70dc..e5f228a30 100644 --- a/python/sglang/srt/openai_api/protocol.py +++ b/python/sglang/srt/openai_api/protocol.py @@ -413,7 +413,7 @@ class ChatCompletionResponseChoice(BaseModel): message: ChatMessage logprobs: Optional[Union[LogProbs, ChoiceLogprobs]] = None finish_reason: Literal[ - "stop", "length", "tool_calls", "content_filter", "function_call" + "stop", "length", "tool_calls", "content_filter", "function_call", "abort" ] matched_stop: Union[None, int, str] = None