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
description="""Intermediate events of a single turn in agent eval or intermediate events of the last turn for multi-turn agent eval.""",
10666
+
description="""This field is experimental and may change in future versions. Intermediate events of a single turn in an agent run or intermediate events of the last turn for multi-turn an agent run.""",
description="""Agent metadata for agent eval, keyed by agent name. This can be extended for multi-agent evaluation.""",
10670
+
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.""",
10677
10671
)
10678
10672
# Allow extra fields to support custom metric prompts and stay backward compatible.
@@ -10704,10 +10698,10 @@ class EvalCaseDict(TypedDict, total=False):
10704
10698
"""Unique identifier for the evaluation case."""
10705
10699
10706
10700
intermediate_events: Optional[list[EventDict]]
10707
-
"""Intermediate events of a single turn in agent eval or intermediate events of the last turn for multi-turn agent eval."""
10701
+
"""This field is experimental and may change in future versions. Intermediate events of a single turn in an agent run or intermediate events of the last turn for multi-turn an agent run."""
"""Agent metadata for agent eval, keyed by agent name. This can be extended for multi-agent evaluation."""
10703
+
agent_info: Optional[AgentInfoDict]
10704
+
"""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."""
10711
10705
10712
10706
10713
10707
EvalCaseOrDict=Union[EvalCase, EvalCaseDict]
@@ -11076,6 +11070,34 @@ class EvaluationResultDict(TypedDict, total=False):
0 commit comments