Table of Contents

Interface IBuiltInTool

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

Represents a tool that ships with LM-Kit and carries standardized metadata.

public interface IBuiltInTool : ITool, IToolMetadata
Inherited Members

Remarks

All built-in tools implement this interface, which combines ITool for execution and IToolMetadata for security profiling, permission policies, and runtime introspection.

Share