Table of Contents

Constructor FileSystemReadTool

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

FileSystemReadTool()

Initializes a new instance with default settings.

public FileSystemReadTool()

FileSystemReadTool(FileSystemToolOptions)

Initializes a new instance with custom options.

public FileSystemReadTool(FileSystemToolOptions options)

Parameters

options FileSystemToolOptions

Configuration options.

Share