Table of Contents

Method GetByCategory

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

GetByCategory(string)

Gets all built-in tools in the specified category.

public static IEnumerable<ITool> GetByCategory(string category)

Parameters

category string

The category name (e.g., "data", "io", "net").

Returns

IEnumerable<ITool>

Tools belonging to the specified category.

Share