MCPcopy Create free account
hub / github.com/google/adk-samples / EvalResult

Class EvalResult

python/agents/nexshift-agent/eval/test_agent_eval.py:84–93  ·  view source on GitHub ↗

Result of running an evaluation test case.

Source from the content-addressed store, hash-verified

82
83@dataclass
84class EvalResult:
85 """Result of running an evaluation test case."""
86
87 test_name: str
88 passed: bool
89 tool_trajectory_score: float
90 response_match_score: float
91 actual_tools_called: list[str]
92 actual_response: str
93 errors: list[str]
94
95
96class AgentEvaluator:

Callers 1

run_test_caseMethod · 0.70

Calls

no outgoing calls

Tested by 1

run_test_caseMethod · 0.56