You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vertexai/_genai/types/common.py
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1492,6 +1492,10 @@ class EvalCase(_common.BaseModel):
1492
1492
default=None,
1493
1493
description="""This field is experimental and may change in future versions. The agent info of the agent under evaluation. This can be extended for multi-agent evaluation.""",
@@ -1526,6 +1530,9 @@ class EvalCaseDict(TypedDict, total=False):
1526
1530
agent_info: Optional[evals_types.AgentInfo]
1527
1531
"""This field is experimental and may change in future versions. The agent info of the agent under evaluation. This can be extended for multi-agent evaluation."""
1528
1532
1533
+
agent_data: Optional[evals_types.AgentData]
1534
+
"""This field is experimental and may change in future versions. The agent data of the agent under evaluation."""
0 commit comments