Table of Contents

Property CacheDirectory

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

CacheDirectory

Gets the cache directory used by this loader.

public string CacheDirectory { get; }

Property Value

string

Examples

Accessing the cache directory:

var loader = new SkillRemoteLoader();
Console.WriteLine($"Cache location: {loader.CacheDirectory}");