CompletionMarkerLoopEvaluator.LastResponsePlaceholder 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 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