forked from phoenix-oss/llama-stack-mirror
agent config
This commit is contained in:
parent
238cdc4e69
commit
398319fe7a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class AgentCandidate(BaseModel):
|
|||
"""
|
||||
|
||||
type: Literal["agent"] = "agent"
|
||||
config: AgentConfig
|
||||
agent_config: AgentConfig
|
||||
|
||||
|
||||
EvaluationCandidate = register_schema(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue