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 577de0e commit e4cbca4Copy full SHA for e4cbca4
src/humanloop/eval_utils/run.py
@@ -274,7 +274,7 @@ def run_eval(
274
try:
275
type_ = typing.cast(FileType, file_.pop("type"))
276
logger.info(
277
- 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"
278
)
279
except KeyError as _:
280
type_ = "flow"
0 commit comments