Table of Contents

Property AllowedPaths

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

AllowedPaths

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

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

Property Value

HashSet<string>
Share