FileAccessProviderOptions Class

Definition

Options controlling the behavior of FileAccessProvider.

public sealed class FileAccessProviderOptions
type FileAccessProviderOptions = class
Public NotInheritable Class FileAccessProviderOptions
Inheritance
FileAccessProviderOptions

Constructors

Name Description
FileAccessProviderOptions()

Properties

Name Description
DisableReadOnlyToolApproval

Gets or sets a value indicating whether approval is disabled for the read-only file access tools (ReadFileToolName, LsToolName, and GrepToolName).

DisableWriteToolApproval

Gets or sets a value indicating whether approval is disabled for the tools that modify the file store (WriteToolName, DeleteFileToolName, ReplaceToolName, and ReplaceLinesToolName).

DisableWriteTools

Gets or sets a value indicating whether the tools that modify the file store are disabled.

Instructions

Gets or sets custom instructions provided to the agent for using the file access tools.

Applies to