Constructor SingleFunctionCall
- Namespace
- LMKit.FunctionCalling
- Assembly
- LM-Kit.NET.dll
SingleFunctionCall(LLM)
Initializes a new instance of the SingleFunctionCall
class with the specified language model.
public SingleFunctionCall(LLM model)
Parameters
Exceptions
- ArgumentNullException
Thrown when the provided model is null.
- InvalidModelException
Thrown when:
- The model is an embedding model.
- The model has been loaded without weights.