Table of Contents

Property BlockedLocalPaths

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

BlockedLocalPaths

Gets or sets blocked local paths for file upload/download operations. Files within these directories cannot be accessed locally.

public HashSet<string> BlockedLocalPaths { get; set; }

Property Value

HashSet<string>
Share