From 62d7bf58bb1c874caaf3c56a614500ae3b52f215 Mon Sep 17 00:00:00 2001 From: Garrett Bischof Date: Sat, 31 May 2025 13:06:29 -0700 Subject: [PATCH] docs: change eval_dataset to eval_dataset_file_path_or_dir Copybara import of the project: -- 6596c477c7138df79d77e67181fd5979fd1a72e3 by Garrett Bischof : docs: change eval_dataset to eval_dataset_file_path_or_dir COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/397 from gwbischof:eval_dataset e8a0d0911c21ac76dab83e8520aaebc38d24adf5 PiperOrigin-RevId: 765638775 --- src/google/adk/evaluation/agent_evaluator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/google/adk/evaluation/agent_evaluator.py b/src/google/adk/evaluation/agent_evaluator.py index 78d2063..6ee001f 100644 --- a/src/google/adk/evaluation/agent_evaluator.py +++ b/src/google/adk/evaluation/agent_evaluator.py @@ -158,7 +158,7 @@ class AgentEvaluator: agent_module: The path to python module that contains the definition of the agent. There is convention in place here, where the code is going to look for 'root_agent' in the loaded module. - eval_dataset: The eval data set. This can be either a string representing + eval_dataset_file_path_or_dir: The eval data set. This can be either a string representing full path to the file containing eval dataset, or a directory that is recursively explored for all files that have a `.test.json` suffix. num_runs: Number of times all entries in the eval dataset should be