docs: change eval_dataset to eval_dataset_file_path_or_dir

Copybara import of the project:

--
6596c477c7138df79d77e67181fd5979fd1a72e3 by Garrett Bischof <bischofgarrett@gmail.com>:

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
This commit is contained in:
Garrett Bischof 2025-05-31 13:06:29 -07:00 committed by Copybara-Service
parent 7fdc6b4417
commit 62d7bf58bb

View File

@ -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