Table of Contents

Method WithBasePath

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

WithBasePath(string)

Sets the base path for resource discovery.

If set, resources will be discovered from this directory when the skill is built.

public SkillBuilder WithBasePath(string basePath)

Parameters

basePath string

The base path for resources.

Returns

SkillBuilder

This builder for method chaining.