Table of Contents

Method GetFileSystemWatchTools

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

GetFileSystemWatchTools(FileSystemWatchToolOptions)

Gets all FileSystem Watch tools with optional shared options.

public static IEnumerable<ITool> GetFileSystemWatchTools(FileSystemWatchToolOptions options = null)

Parameters

options FileSystemWatchToolOptions

Shared configuration options, or null for defaults.

Returns

IEnumerable<ITool>

Both FileSystem Watch tool instances.

Share