Table of Contents

Method RequireApproval

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

RequireApproval(params string[])

Marks specific tools as requiring user approval before execution.

public ToolPermissionPolicy RequireApproval(params string[] toolNames)

Parameters

toolNames string[]

One or more tool names.

Returns

ToolPermissionPolicy

This instance for chaining.