Table of Contents

Constructor FileSystemDiffTool

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

FileSystemDiffTool()

Initializes a new instance with default settings.

public FileSystemDiffTool()

FileSystemDiffTool(FileSystemToolOptions)

Initializes a new instance with custom options.

public FileSystemDiffTool(FileSystemToolOptions options)

Parameters

options FileSystemToolOptions

Configuration options.

Share