Table of Contents

Method WithAgent

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

WithAgent(string)

Sets the preferred agent type for this skill.

public SkillBuilder WithAgent(string agent)

Parameters

agent string

The agent name.

Returns

SkillBuilder

This builder for method chaining.