Table of Contents

Method AddHttpTool

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

AddHttpTool(ToolRegistry)

Adds the HTTP tool with default options.

public static ToolRegistry AddHttpTool(this ToolRegistry registry)

Parameters

registry ToolRegistry

Returns

ToolRegistry

AddHttpTool(ToolRegistry, HttpToolOptions)

Adds the HTTP tool with custom options.

public static ToolRegistry AddHttpTool(this ToolRegistry registry, HttpToolOptions options)

Parameters

registry ToolRegistry
options HttpToolOptions

Returns

ToolRegistry