Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Improve error handling in `run_test()` in `lib.rs` by adding specific cases for different `LLMResponse` errors and enhancing error messages. > > - **Behavior**: > - Improve error handling in `run_test()` in `lib.rs` by adding specific cases for `LLMResponse::InternalFailure`, `LLMResponse::UserFailure`, and `LLMResponse::LLMFailure`. > - Enhance error messages for `LLMResponse::LLMFailure` to include error code, message, and request options. > - **Formatting**: > - Reformat method calls in `get_test_params_and_constraints()` and `get_test_params()` for better readability. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral)<sup> for 6b4a1e5. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information