Table of Contents

Method AllowCategory

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

AllowCategory(params string[])

Allows all tools in the specified categories.

public ToolPermissionPolicy AllowCategory(params string[] categories)

Parameters

categories string[]

One or more category names (e.g., "data", "text", "numeric").

Returns

ToolPermissionPolicy

This instance for chaining.