pub struct RegexOutputParser { /* private fields */ }Expand description
Parses LLM output using a regex pattern with named capture groups.
Implementations§
Trait Implementations§
Source§impl OutputParser for RegexOutputParser
impl OutputParser for RegexOutputParser
Auto Trait Implementations§
impl Freeze for RegexOutputParser
impl RefUnwindSafe for RegexOutputParser
impl Send for RegexOutputParser
impl Sync for RegexOutputParser
impl Unpin for RegexOutputParser
impl UnsafeUnpin for RegexOutputParser
impl UnwindSafe for RegexOutputParser
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