mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 07:18:10 -05:00
feat(eval): rewrite log_completions to save completions to directory (#4566)
This commit is contained in:
@@ -61,7 +61,6 @@ class EvalOutput(BaseModel):
|
||||
history: (
|
||||
list[dict[str, Any]] | list[tuple[dict[str, Any], dict[str, Any]]] | None
|
||||
) = None
|
||||
llm_completions: list[dict[str, Any]] | None = None
|
||||
metrics: dict[str, Any] | None = None
|
||||
error: str | None = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user