Property IsEmbeddingPool
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; }