Table of Contents

Property AllowedPaths

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

AllowedPaths

Gets or sets allowed paths for database files. When set, only database files within these directories are accessible. null or empty allows all paths.

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

Property Value

HashSet<string>
Share