Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
using `is not None` checks instead of truthy checks, which is more explicit and correct for boolean values. truthy checks fails in the case of `ground_truth_value` and `llm_app_output_value` both equal to a valid False value
- Loading branch information