8000 docs: change eval_dataset to eval_dataset_file_path_or_dir · marianocodes/adk-python@62d7bf5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 62d7bf5

Browse files
gwbischofcopybara-github
authored andcommitted
docs: change eval_dataset to eval_dataset_file_path_or_dir
Copybara import of the project: -- 6596c47 by Garrett Bischof <bischofgarrett@gmail.com>: docs: change eval_dataset to eval_dataset_file_path_or_dir COPYBARA_INTEGRATE_REVIEW=google#397 from gwbischof:eval_dataset e8a0d09 PiperOrigin-RevId: 765638775
1 parent 7fdc6b4 commit 62d7bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/adk/evaluation/agent_evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ async def evaluate(
158158
agent_module: The path to python module that contains the definition of
159159
the agent. There is convention in place here, where the code is going to
160160
look for 'root_agent' in the loaded module.
161-
eval_dataset: The eval data set. This can be either a string representing
161+
eval_dataset_file_path_or_dir: The eval data set. This can be either a string representing
162162
full path to the file containing eval dataset, or a directory that is
163163
recursively explored for all files that have a `.test.json` suffix.
164164
num_runs: Number of times all entries in the eval dataset should be

0 commit comments

Comments
 (0)
0