Table of Contents

Class GuidTool

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

A built-in tool for GUID/UUID generation and manipulation.

Generate, validate, parse, and format GUIDs in various formats.

public sealed class GuidTool : ITool
Inheritance
GuidTool
Implements
Inherited Members

Examples

var tool = new GuidTool();
registry.Register(tool);

// Agent can now: generate GUIDs, validate, convert formats

Properties

Description

Gets a concise description of what the tool does.

InputSchema

Gets the JSON Schema defining the expected input arguments.

Name

Gets the stable, unique identifier for this tool.

Methods

InvokeAsync(string, CancellationToken)

Executes the tool with the specified JSON arguments.