Table of Contents

Enum ToolPermissionAction

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

The default action when no explicit allow/deny rule matches a tool in a ToolPermissionPolicy.

public enum ToolPermissionAction

Fields

Allow = 0

Tools are allowed by default.

Deny = 1

Tools are denied by default (whitelist mode).