feat: add timeout_seconds to to_dict() for debugging context

This commit is contained in:
andikarachman 2026-01-03 09:37:26 +07:00
parent e168c2b86b
commit 56af4de3d1

View file

@ -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,
}