Table of Contents

Constructor FileSystemSearchTool

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

FileSystemSearchTool()

Initializes a new instance with default settings.

public FileSystemSearchTool()

FileSystemSearchTool(FileSystemToolOptions)

Initializes a new instance with custom options.

public FileSystemSearchTool(FileSystemToolOptions options)

Parameters

options FileSystemToolOptions

Configuration options.

Share