Property ContextSize
ContextSize
Gets the total token context size available for this conversation.
public int ContextSize { get; }
Property Value
Examples
using var chat = new RagChat(ragEngine, chatModel);
Console.WriteLine($"Available context: {chat.ContextSize} tokens");