Table of Contents

Method AddWatchTool

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

AddWatchTool(ToolRegistry)

Adds the Watch tool with default options.

public static ToolRegistry AddWatchTool(this ToolRegistry registry)

Parameters

registry ToolRegistry

Returns

ToolRegistry

AddWatchTool(ToolRegistry, WatchToolOptions)

Adds the Watch tool with custom options.

public static ToolRegistry AddWatchTool(this ToolRegistry registry, WatchToolOptions options)

Parameters

registry ToolRegistry
options WatchToolOptions

Returns

ToolRegistry