Skip to content

Commit 707f7cd

Browse files
author
Shrey Modi
committed
lint
1 parent 3b38996 commit 707f7cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eval_protocol/models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,8 @@ class ExecutionMetadata(BaseModel):
782782
extra: Optional[Dict[str, Any]] = Field(
783783
default=None,
784784
description="Arbitrary execution metadata for integrations (step rewards, token IDs, debug info, etc.).",
785+
)
786+
785787
finish_reason: Optional[str] = Field(
786788
default=None,
787789
description="finish_reason reported by the completion response for this row.",

0 commit comments

Comments
 (0)