Update type_definitions.py

This commit is contained in:
bobtajson 2025-10-23 10:26:51 +02:00 committed by GitHub
parent 3157e6d7e8
commit 59ad9643d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,7 +74,7 @@ GameHistory = List[GameStep]
class EvaluationConfigGeneral(TypedDict):
"""Configuration section of evaluation results."""
total_evaluation_time_secondes: str
total_evaluation_time_seconds: str
model_name: Optional[str]
generation_parameters: Dict[str, Any]