Gaunt Sloth Assistant - v1.0.5
    Preparing search index...

    Type Alias PredefinedMiddlewareConfig

    PredefinedMiddlewareConfig:
        | { name: "anthropic-prompt-caching" } & AnthropicPromptCachingConfig
        | { name: "summarization" } & SummarizationConfig
        | { name: "review-rate" } & RatingConfig

    Union type of all predefined middleware configurations.