Merge branch 'main' into evals_8

This commit is contained in:
Xi Yan 2024-10-28 13:08:28 -07:00
commit dc79f1c2c6
6 changed files with 16 additions and 17 deletions

View file

@ -44,9 +44,7 @@ class ScoringFnDef(BaseModel):
description="List of parameters for the deterministic function",
default_factory=list,
)
return_type: ParamType = Field(
description="The return type of the deterministic function",
)
return_type: ParamType
context: Optional[LLMAsJudgeContext] = None
# We can optionally add information here to support packaging of code, etc.