Table of Contents

Class SkillInfo

Inheritance
SkillInfo
Inherited Members
Namespace
TabularEditor.Shared.Contracts.AI
Assembly
TabularEditor3.Shared.dll

Represents a custom instruction available for explicit invocation via /instruction-id.

public class SkillInfo
Extension Methods

Constructors

SkillInfo()

public SkillInfo()

Properties

Description

Optional description shown in the autocomplete popup.

public string? Description { get; set; }

Property Value

Type Description
string

Id

The unique skill identifier (used as /skill-id).

public string Id { get; set; }

Property Value

Type Description
string

Name

The display name of the skill.

public string Name { get; set; }

Property Value

Type Description
string