Skip to main content

Module context

Module context 

Source
Expand description

Context Window Management

Automatic token counting and context truncation. Prevents silent failures when prompts exceed model context limits.

Structs§

ContextConfig
Context management configuration
ContextManager
Context manager for handling token limits
ContextWindow
Known model context window sizes
TokenEstimator
Simple token estimator (approximation without full tokenizer)

Enums§

ContextError
Context management errors
TruncationStrategy
Truncation strategy when context is exceeded