Files
adk-python/tests/integration/fixture/home_automation_agent/test_config.json
T
Ankur SharmaandCopybara-Service 65554d6621 chore: Update AgentEvaluator to use EvalConfig
We updated the one of the public methods on AgentEvaluator to take in eval metric configurations using a more formal EvalConfig data model.

We also mark "criteria" field on the method as deprecated.

Updated some integration test cases.

PiperOrigin-RevId: 814314134
2025-10-02 13:43:44 -07:00

7 lines
94 B
JSON

{
"criteria": {
"tool_trajectory_avg_score": 1.0,
"response_match_score": 0.3
}
}