Table of Contents

Method Category

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

Category(string)

Restricts the selection to tools belonging to the category identified by its string key (for example, "io", "net", "data"). Multiple calls are cumulative; a tool matches if it belongs to any of the specified categories.

public BuiltInToolSelection Category(string category)

Parameters

category string

Case-insensitive category key.

Returns

BuiltInToolSelection

This instance, for fluent chaining.