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 354ad16 commit e2adacfCopy full SHA for e2adacf
src/humanloop/evals/run.py
@@ -691,7 +691,7 @@ def _get_file_callable(file_config: FileEvalConfig) -> Optional[Callable]:
691
f"No `callable` provided for your {type_} file - will attempt to generate logs on Humanloop.\n\n"
692
)
693
elif type_ == "agent":
694
- raise ValueError("Agent evaluation is only possible on the Humanloop runtime, do not provide a `callable`.")
+ raise HumanloopRuntimeError("Agent evaluation is only possible on the Humanloop runtime, do not provide a `callable`.")
695
return function_
696
697
0 commit comments