From 2b30febf8e742b1139a93cf2c6b58bd54c42714a Mon Sep 17 00:00:00 2001 From: andikarachman Date: Sat, 3 Jan 2026 09:37:26 +0700 Subject: [PATCH] feat: add timeout_seconds to to_dict() for debugging context --- cognee/tasks/translation/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cognee/tasks/translation/config.py b/cognee/tasks/translation/config.py index db8a23870..b4fe7902d 100644 --- a/cognee/tasks/translation/config.py +++ b/cognee/tasks/translation/config.py @@ -55,6 +55,7 @@ class TranslationConfig(BaseSettings): "confidence_threshold": self.confidence_threshold, "batch_size": self.batch_size, "max_retries": self.max_retries, + "timeout_seconds": self.timeout_seconds, }