Table of Contents

Property Context

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

Context

Gets or sets the execution context for this skill.

Optional. Values include fork (run in isolated subagent) or inline (run in current context). Default is inline.

[JsonPropertyName("context")]
public string Context { get; set; }

Property Value

string