AIJudgeLoopEvaluator.DoneVerdictMarker Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.