Table of Contents

Method AddRegexTool

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

AddRegexTool(ToolRegistry)

Adds the Regex tool with default options.

public static ToolRegistry AddRegexTool(this ToolRegistry registry)

Parameters

registry ToolRegistry

Returns

ToolRegistry

AddRegexTool(ToolRegistry, RegexToolOptions)

Adds the Regex tool with custom options.

public static ToolRegistry AddRegexTool(this ToolRegistry registry, RegexToolOptions options)

Parameters

registry ToolRegistry
options RegexToolOptions

Returns

ToolRegistry