Table of Contents

Property ToolInvocationFilters

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

ToolInvocationFilters

Gets the ordered list of tool invocation filters.

public IList<IToolInvocationFilter> ToolInvocationFilters { get; }

Property Value

IList<IToolInvocationFilter>

Remarks

Tool invocation filters execute around each individual tool call in the automatic tool-calling loop, in the order they appear in this list.