Table of Contents

Constructor LMFunctionAttribute

Namespace
LMKit.FunctionCalling
Assembly
LM-Kit.NET.dll

LMFunctionAttribute(string, string)

Initializes a new instance of the LMFunctionAttribute class with the specified function name and description.

public LMFunctionAttribute(string name, string description)

Parameters

name string

The name of the LM-Kit function. This should be a unique identifier to avoid conflicts.

description string

The description of the LM-Kit function, providing additional context and information about the method.