Table of Contents

Method Exclude

Namespace
LMKit.Agents.Tools.BuiltIn
Assembly
LM-Kit.NET.dll

Exclude(string)

Adds a tool name to the exclusion list. Excluded tools are always removed from the result, regardless of other filters.

public BuiltInToolSelection Exclude(string toolName)

Parameters

toolName string

Exact tool name to exclude (for example, "filesystem_delete").

Returns

BuiltInToolSelection

This instance, for fluent chaining.