Table of Contents

Method WithContext

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

WithContext(string)

Sets the execution context for this skill.

public SkillBuilder WithContext(string context)

Parameters

context string

The context (e.g., "fork", "inline").

Returns

SkillBuilder

This builder for method chaining.