[RL] update reschedule finish reason (#2709)

This commit is contained in:
ltd0924
2025-07-04 13:47:36 +08:00
committed by GitHub
parent 667547be59
commit 87e638498c
2 changed files with 3 additions and 3 deletions

View File

@@ -122,7 +122,7 @@ class ChatCompletionResponseChoice(BaseModel):
"""
index: int
message: ChatMessage
finish_reason: Optional[Literal["stop", "length", "tool_calls"]]
finish_reason: Optional[Literal["stop", "length", "tool_calls", "recover_stop"]]
class ChatCompletionResponse(BaseModel):