Property ContextRemainingSpace
ContextRemainingSpace
Remaining token budget currently available in the context window.
public int ContextRemainingSpace { get; }
Property Value
Examples
using var chat = new RagChat(ragEngine, chatModel);
Console.WriteLine($"Remaining context space: {chat.ContextRemainingSpace} tokens");