Table of Contents

Property Description

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

Description

Gets a concise description of what the tool does.

public string Description { get; }

Property Value

string

A human-readable summary that helps the model understand when to use this tool.

Remarks

This description is directly shown to the language model and significantly influences tool selection. Write it as if explaining the tool to the model.

Description Best Practices:

  • Use imperative mood ("Get weather data" not "Gets weather data")
  • Keep under 200 characters
  • Be specific about capabilities and limitations
  • Mention what data is returned if relevant