Table of Contents

Property ContextRemainingSpace

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

ContextRemainingSpace

Gets the remaining space in the context window.

public int ContextRemainingSpace { get; }

Property Value

int

Remarks

This property indicates how many more tokens can fit into the model's context before reaching its maximum capacity. Once the context is full, the model may need to shift or truncate past tokens to accommodate new ones.