pub struct LLMRule {
pub identifier: String,
pub pattern: String,
pub llm_name: String,
pub cleaner_name: String,
pub chunker_name: String,
}Expand description
LLM-based evaluation pattern.
Fields§
§identifier: String§pattern: String§llm_name: String§cleaner_name: String§chunker_name: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for LLMRule
impl RefUnwindSafe for LLMRule
impl Send for LLMRule
impl Sync for LLMRule
impl Unpin for LLMRule
impl UnsafeUnpin for LLMRule
impl UnwindSafe for LLMRule
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