CompletionMarkerLoopEvaluator.LastResponsePlaceholder Field

Definition

The placeholder token within a custom FeedbackMessageTemplate that is replaced with the text of the agent's latest response. This is substituted on each evaluation, so it lets the feedback echo back what the agent previously produced β€” useful when the consuming LoopAgent uses FreshContextPerIteration, where the agent would otherwise have no record of its prior output.

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

Field Value

Applies to