Table of Contents

Method GetAll

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

GetAll()

Gets all built-in tools including I/O tools with default options. Note: SmtpTool is not included as it requires explicit configuration.

public static IEnumerable<ITool> GetAll()

Returns

IEnumerable<ITool>

An enumerable of all built-in tool instances.