mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
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
7 lines
94 B
JSON
7 lines
94 B
JSON
{
|
|
"criteria": {
|
|
"tool_trajectory_avg_score": 1.0,
|
|
"response_match_score": 0.5
|
|
}
|
|
}
|