Table of Contents

Property AllowedLocalPaths

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

AllowedLocalPaths

Gets or sets allowed local paths for file upload/download operations. When set, only files within these directories can be accessed locally. null or empty allows all paths.

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

Property Value

HashSet<string>
Share