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: SMTP tools (SmtpSendTool, SmtpTestTool) are not included as they require explicit configuration.

public static IEnumerable<ITool> GetAll()

Returns

IEnumerable<ITool>

An enumerable of all built-in tool instances.

Share