Table of Contents

Constructor FileSystemTreeTool

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

FileSystemTreeTool()

Initializes a new instance with default settings.

public FileSystemTreeTool()

FileSystemTreeTool(FileSystemToolOptions)

Initializes a new instance with custom options.

public FileSystemTreeTool(FileSystemToolOptions options)

Parameters

options FileSystemToolOptions

Configuration options.

Share