Property DisableReasoning
- Namespace
- LMKit.TextGeneration
- Assembly
- LM-Kit.NET.dll
DisableReasoning
Enables or disables intermediate "reasoning"/"thinking" content for models that produce it.
When set to true
, the conversation runtime requests that the model skip exposing
intermediate reasoning. Support depends on model capabilities and configuration.
public bool DisableReasoning { get; set; }