You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Base settings (fallback): [`RetryDecoratorSettings`](./rag-core-lib/src/rag_core_lib/impl/settings/retry_decorator_settings.py)
@@ -212,8 +212,6 @@ How it resolves settings
212
212
213
213
- Each field in `SummarizerSettings` is optional. When a field is provided (not None), it overrides the corresponding value from `RetryDecoratorSettings`.
214
214
- When a field is not provided (None), the summarizer falls back to the value from `RetryDecoratorSettings`.
215
-
- Zero values (e.g., 0 or 0.0 where allowed) are honored and do not trigger fallback.
216
-
- The effective retry configuration is computed once per summarizer instance at initialization.
0 commit comments