Table of Contents

Constructor FileSystemWatchStartTool

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

FileSystemWatchStartTool()

Initializes a new instance with default settings.

public FileSystemWatchStartTool()

FileSystemWatchStartTool(FileSystemWatchToolOptions)

Initializes a new instance with custom options.

public FileSystemWatchStartTool(FileSystemWatchToolOptions options)

Parameters

options FileSystemWatchToolOptions

Configuration options.

Share