Table of Contents

Constructor FileSystemMkdirTool

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

FileSystemMkdirTool()

Initializes a new instance with default settings.

public FileSystemMkdirTool()

FileSystemMkdirTool(FileSystemToolOptions)

Initializes a new instance with custom options.

public FileSystemMkdirTool(FileSystemToolOptions options)

Parameters

options FileSystemToolOptions

Configuration options.

Share