Table of Contents

Method GetFileSystemTools

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

GetFileSystemTools(FileSystemToolOptions)

Gets all FileSystem tools with optional shared options.

public static IEnumerable<ITool> GetFileSystemTools(FileSystemToolOptions options = null)

Parameters

options FileSystemToolOptions

Shared configuration options, or null for defaults.

Returns

IEnumerable<ITool>

All FileSystem tool instances.

Share