Property ForceFunctionSelection
- Namespace
- LMKit.FunctionCalling
- Assembly
- LM-Kit.NET.dll
ForceFunctionSelection
Gets or sets a value indicating whether a function must be selected even if none seems suitable.
When set to true
, the engine will always select a function.
When set to false
, the engine can detect that no function is suitable for the instruction.
The default value is false
.
public bool ForceFunctionSelection { get; set; }