You’re viewing the v1.5.8 (legacy) docs. Go to the latest docs →
Gaunt Sloth Assistant
    Preparing search index...

    Type Alias PredefinedMiddlewareConfig

    PredefinedMiddlewareConfig:
        | { name: "anthropic-prompt-caching" } & AnthropicPromptCachingConfig
        | { name: "summarization" } & SummarizationConfig
        | { name: "binary-content-injection" } & BinaryContentInjectionConfig

    Union type of all predefined middleware configurations.