Table of Contents

Property Result

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

Result

Gets or sets the tool call result.

public ToolCallResult Result { get; set; }

Property Value

ToolCallResult

Remarks

Before tool execution, this is null. After execution (or after next returns), this holds the result.

Result override: Set this to a non-null value and do not call next to provide a custom result without executing the tool.