AIJudgeLoopEvaluator.DoneVerdictMarker Field

Definition

The verdict marker the judge is asked to emit (for clients that do not honor structured output) when the original request has been fully addressed.

public const string DoneVerdictMarker;
val mutable DoneVerdictMarker : string
Public Const DoneVerdictMarker As String 

Field Value

Remarks

DoneVerdictMarker and MoreVerdictMarker are deliberately non-overlapping (neither is a substring of the other), so the text fallback cannot misclassify one verdict as the other. When the marker is ambiguous or absent, MoreVerdictMarker wins so the loop keeps running rather than stopping on an incomplete answer.

Applies to