mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-14 09:51:25 -06:00
Fix eval run without engaging agent result in api key missing error
PiperOrigin-RevId: 757015581
This commit is contained in:
parent
9a8c77e04a
commit
16014764b6
@ -462,6 +462,7 @@ def get_fast_api_app(
|
||||
"""Runs an eval given the details in the eval request."""
|
||||
# Create a mapping from eval set file to all the evals that needed to be
|
||||
# run.
|
||||
envs.load_dotenv_for_agent(os.path.basename(app_name), agent_dir)
|
||||
eval_set_file_path = _get_eval_set_file_path(
|
||||
app_name, agent_dir, eval_set_id
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user