Table of Contents

Method Deny

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

Deny(params string[])

Adds tool names to the deny list. Deny rules take precedence over allow rules.

public ToolPermissionPolicy Deny(params string[] toolNames)

Parameters

toolNames string[]

One or more tool names or wildcard patterns (case-insensitive).

Returns

ToolPermissionPolicy

This instance for chaining.