Table of Contents

Method AddNetworkTool

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

AddNetworkTool(ToolRegistry)

Adds the Network tool with default options.

public static ToolRegistry AddNetworkTool(this ToolRegistry registry)

Parameters

registry ToolRegistry

Returns

ToolRegistry

AddNetworkTool(ToolRegistry, NetworkToolOptions)

Adds the Network tool with custom options.

public static ToolRegistry AddNetworkTool(this ToolRegistry registry, NetworkToolOptions options)

Parameters

registry ToolRegistry
options NetworkToolOptions

Returns

ToolRegistry