Table of Contents

Property RequireFinalAnswerMarker

Namespace
LMKit.Agents.Planning
Assembly
LM-Kit.NET.dll

RequireFinalAnswerMarker

Gets or sets a value indicating whether to require a "Final Answer:" marker.

When true, the handler expects the model to explicitly mark its final answer. When false, the entire output is used if no marker is found.

public bool RequireFinalAnswerMarker { get; set; }

Property Value

bool