Table of Contents

Constructor FileSystemWriteTool

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

FileSystemWriteTool()

Initializes a new instance with default settings.

public FileSystemWriteTool()

FileSystemWriteTool(FileSystemToolOptions)

Initializes a new instance with custom options.

public FileSystemWriteTool(FileSystemToolOptions options)

Parameters

options FileSystemToolOptions

Configuration options.

Share