Table of Contents

Method Include

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

Include(string)

Adds a tool name to the inclusion list. When at least one name is included, only tools whose name appears in the list are selected.

public BuiltInToolSelection Include(string toolName)

Parameters

toolName string

Exact tool name to include (for example, "http_get").

Returns

BuiltInToolSelection

This instance, for fluent chaining.