mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
parent
eccd7dc4a9
commit
26d1668f7d
1 changed files with 3 additions and 1 deletions
|
@ -44,7 +44,9 @@ class ScoringFnDef(BaseModel):
|
|||
description="List of parameters for the deterministic function",
|
||||
default_factory=list,
|
||||
)
|
||||
return_type: ParamType
|
||||
return_type: ParamType = Field(
|
||||
description="The return type of the deterministic function",
|
||||
)
|
||||
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