diff --git a/src/humanloop/eval_utils/run.py b/src/humanloop/eval_utils/run.py index ad1bb092..ff6dce61 100644 --- a/src/humanloop/eval_utils/run.py +++ b/src/humanloop/eval_utils/run.py @@ -274,7 +274,7 @@ def run_eval( try: type_ = typing.cast(FileType, file_.pop("type")) logger.info( - f"{CYAN}Evaluating your {type_} function corresponding to `{file_['path']}` on Humanloop{RESET} \n\n" + f"{CYAN}Evaluating your {type_} function corresponding to `{file_.get('path') or file_.get('id')}` on Humanloop{RESET} \n\n" ) except KeyError as _: type_ = "flow"