mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
fix: make llm_completions optional to fix eval_infer.py (#4148)
This commit is contained in:
parent
148d22e1af
commit
53a015f718
@ -61,7 +61,7 @@ class EvalOutput(BaseModel):
|
||||
history: (
|
||||
list[dict[str, Any]] | list[tuple[dict[str, Any], dict[str, Any]]] | None
|
||||
) = None
|
||||
llm_completions: list[dict[str, Any]]
|
||||
llm_completions: list[dict[str, Any]] | None = None
|
||||
metrics: dict[str, Any] | None = None
|
||||
error: str | None = None
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user