interface ContextEditingMiddlewareConfigConfiguration for the Context Editing Middleware.
Sequence of edit strategies to apply. Defaults to a single ClearToolUsesEdit mirroring Anthropic defaults.
Whether to use approximate token counting (faster, less accurate) or exact counting implemented by the chat model (potentially slower, more accurate). Currently only OpenAI models support exact counting.