Table of Contents

Property IsEmbeddingPool

Namespace
LMKit.Inference
Assembly
LM-Kit.NET.dll

IsEmbeddingPool

Gets a value indicating whether this context is a pinned embedding pool rather than a completion context. Embedding pools reuse the slot fields to report their own shape (SlotCount is the packing sequence ceiling, SlotContextSize the packing window), so consumers aggregating completion decode slots must exclude contexts where this is true.

public bool IsEmbeddingPool { get; }

Property Value

bool
Share