We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8c77e commit 1601476Copy full SHA for 1601476
src/google/adk/cli/fast_api.py
@@ -462,6 +462,7 @@ async def run_eval(
462
"""Runs an eval given the details in the eval request."""
463
# Create a mapping from eval set file to all the evals that needed to be
464
# run.
465
+ envs.load_dotenv_for_agent(os.path.basename(app_name), agent_dir)
466
eval_set_file_path = _get_eval_set_file_path(
467
app_name, agent_dir, eval_set_id
468
)
0 commit comments