Interface IBuiltInTool
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.