Skip to content

Commit ecf2c1d

Browse files
committed
allow extra field
1 parent c0bece6 commit ecf2c1d

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
@@ -496,6 +496,8 @@ class EvaluationRow(BaseModel):
496496
supporting both row-wise batch evaluation and trajectory-based RL evaluation.
497497
"""
498498

499+
model_config = ConfigDict(extra="allow")
500+
499501
# Core OpenAI ChatCompletion compatible conversation data
500502
messages: List[Message] = Field(description="List of messages in the conversation. Also known as a trajectory.")
501503

0 commit comments

Comments
 (0)