Table of Contents

Field SkipThinking

Namespace
LMKit.TextGeneration.Events
Assembly
LM-Kit.NET.dll

When set to true during an InternalReasoning segment, the model will immediately end its thinking phase and begin generating the user-visible answer.

This injects the thinking-close tokens (e.g. </think>) into the context and resumes generation in UserVisible mode. Has no effect when the current segment is not InternalReasoning.

public bool SkipThinking

Returns

bool
When set to true during an segment, the model will immediately end its thinking phase and begin generating the user-visible answer. This injects the thinking-close tokens (e.g. </think>) into the context and resumes generation in mode. Has no effect when the current segment is not .
Share