Table of Contents

Property Description

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

Description

Gets or sets a description of what this skill does and when to use it.

Required. Max 1024 characters. This is the primary signal agents use to determine when to invoke the skill.

[JsonPropertyName("description")]
public string Description { get; set; }

Property Value

string

Examples

Extract text and tables from PDF files, fill forms, merge documents. Use when working with PDF documents or when the user mentions PDFs, forms, or document extraction.