Table of Contents

Class EnvironmentToolOptions

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

Configuration options for EnvironmentTool.

public sealed class EnvironmentToolOptions
Inheritance
EnvironmentToolOptions
Inherited Members

Properties

AllowDriveInfo

Gets or sets whether drive information is accessible. Default is true.

AllowEnvironmentVariables

Gets or sets whether environment variables are accessible. Default is true.

AllowNetworkInfo

Gets or sets whether network information is accessible. Default is true.

AllowProcessInfo

Gets or sets whether process information is accessible. Default is true.

AllowSystemInfo

Gets or sets whether system information is accessible. Default is true.

AllowUserInfo

Gets or sets whether user name is exposed. Default is false.

AllowedVariables

Gets or sets environment variables that are allowed. If set, only these variables are accessible.

BlockedVariables

Gets or sets environment variables that are blocked from access.