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 f29d310 commit 5d043a8Copy full SHA for 5d043a8
crates/scouter_client/src/lib.rs
@@ -71,6 +71,7 @@ pub use scouter_profile::error::DataProfileError;
71
pub use scouter_types::error::{ContractError, ProfileError, RecordError, TypeError, UtilError};
72
73
pub use scouter_evaluate::{
74
+ error::EvaluationError,
75
llm::{async_evaluate_llm, evaluate_llm, workflow_from_eval_metrics},
76
types::{EvaluationConfig, LLMEvalRecord, LLMEvalResults, LLMEvalTaskResult},
77
};
0 commit comments