Table of Contents

Property Model

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

Model

Gets or sets the preferred model for this skill.

Optional. When specified, the skill may request execution with a specific model (e.g., claude-opus-4-20250514). Use inherit to use the session's current model.

[JsonPropertyName("model")]
public string Model { get; set; }

Property Value

string