Table of Contents

Property Tools

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

Tools

Gets a read-only view of all tools currently registered in this registry.

public IReadOnlyCollection<ITool> Tools { get; }

Property Value

IReadOnlyCollection<ITool>

Remarks

The returned collection reflects the current contents of the registry and is a live view over the internal storage. The enumeration order is unspecified and should not be relied upon for determinism between runs. Iterating while concurrent writes occur is not supported.