Table of Contents

Method DenyCategory

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

DenyCategory(params string[])

Denies all tools in the specified categories.

public ToolPermissionPolicy DenyCategory(params string[] categories)

Parameters

categories string[]

One or more category names.

Returns

ToolPermissionPolicy

This instance for chaining.