mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 06:53:47 +00:00
Merge branch 'main' into evals_8
This commit is contained in:
commit
dc79f1c2c6
6 changed files with 16 additions and 17 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue