AIJudgeLoopEvaluator.DefaultInstructions 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 default system instructions used to prompt the judge.
public const string DefaultInstructions;
val mutable DefaultInstructions : string
Public Const DefaultInstructions As String
Field Value
Remarks
Acts as a template: the trailing CriteriaPlaceholder is replaced with the rendered Criteria (or removed when none are supplied).