working evals

This commit is contained in:
hjc-puro 2025-07-10 01:45:21 +00:00
parent f4de3ad6f5
commit eb926dc58b

View file

@ -155,6 +155,10 @@ class BaseEnvConfig(BaseModel):
default=None,
description="Path to save the groups, if set, will write groups to this jsonl",
)
data_dir_to_save_evals: Optional[str] = Field(
default=None,
description="Directory to save evaluation results",
)
min_items_sent_before_logging: int = Field(
default=2,
description="Minimum number of items sent before logging, if 0 or less, logs every time",