Skip to content

Commit 2df2d2e

Browse files
authored
Update stop_reason.go
1 parent 0d7ac27 commit 2df2d2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/runtime/controlplane/stop_reason.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const (
1616
StopReasonVerificationFailed StopReason = "verification_failed"
1717
// StopReasonAccepted 表示 completion gate 与 verifier gate 均通过并完成收尾。
1818
StopReasonAccepted StopReason = "accepted"
19-
// StopReasonEmptyResponse 表示模型连续返回空文本响应
19+
// StopReasonEmptyResponse 表示模型返回空文本响应
2020
StopReasonEmptyResponse StopReason = "empty_response"
2121
// StopReasonAcceptCheckFailed 表示最终 Accept Gate 的验收项失败。
2222
StopReasonAcceptCheckFailed StopReason = "accept_check_failed"

0 commit comments

Comments
 (0)