We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0bece6 commit ecf2c1dCopy full SHA for ecf2c1d
eval_protocol/models.py
@@ -496,6 +496,8 @@ class EvaluationRow(BaseModel):
496
supporting both row-wise batch evaluation and trajectory-based RL evaluation.
497
"""
498
499
+ model_config = ConfigDict(extra="allow")
500
+
501
# Core OpenAI ChatCompletion compatible conversation data
502
messages: List[Message] = Field(description="List of messages in the conversation. Also known as a trajectory.")
503
0 commit comments