Table of Contents

Property Name

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

Name

Gets the stable, unique name for this tool.

public string Name { get; }

Property Value

string

A string identifier used by language models to reference this tool (e.g., get_weather, search_database).

Remarks

Naming Best Practices:

  • Use lowercase snake_case (e.g., get_user_info)
  • Start with a verb (get, search, create, update, delete, calculate)
  • Keep names stable across versions
  • Avoid special characters and spaces