Table of Contents

Method GetReadOnly

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

GetReadOnly()

Gets all built-in tools that are read-only (no state mutation).

public static IEnumerable<ITool> GetReadOnly()

Returns

IEnumerable<ITool>

Tools where IsReadOnly is true.

Share