pub struct FactualAccuracyConfig {
pub use_fact_checking: bool,
pub entity_consistency_weight: f32,
pub numerical_accuracy_weight: f32,
pub claim_verification_weight: f32,
}Fields§
§use_fact_checking: bool§entity_consistency_weight: f32§numerical_accuracy_weight: f32§claim_verification_weight: f32Trait Implementations§
Source§impl Clone for FactualAccuracyConfig
impl Clone for FactualAccuracyConfig
Source§fn clone(&self) -> FactualAccuracyConfig
fn clone(&self) -> FactualAccuracyConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FactualAccuracyConfig
impl Debug for FactualAccuracyConfig
Auto Trait Implementations§
impl Freeze for FactualAccuracyConfig
impl RefUnwindSafe for FactualAccuracyConfig
impl Send for FactualAccuracyConfig
impl Sync for FactualAccuracyConfig
impl Unpin for FactualAccuracyConfig
impl UnwindSafe for FactualAccuracyConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more