mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 10:42:39 +00:00
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