Table of Contents

Property Terminate

Namespace
LMKit.TextGeneration.Filters
Assembly
LM-Kit.NET.dll

Terminate

Gets or sets a value indicating whether to terminate the tool-calling loop after the current batch of tool calls completes.

public bool Terminate { get; set; }

Property Value

bool

Remarks

When set to true, the model will not receive another chance to request tool calls. The current batch results are still sent to the model, but the response is returned directly without further tool processing.