Table of Contents

Method Allow

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

Allow(params string[])

Adds tool names to the allow list.

public ToolPermissionPolicy Allow(params string[] toolNames)

Parameters

toolNames string[]

One or more tool names (case-insensitive).

Returns

ToolPermissionPolicy

This instance for chaining.