pub struct ParameterExtractorNode;Expand description
Parameter extractor node — LLM-powered structured extraction.
Trait Implementations§
Source§impl Node for ParameterExtractorNode
impl Node for ParameterExtractorNode
Source§fn node_type(&self) -> &str
fn node_type(&self) -> &str
The node type identifier matched against the
"type" field in the
flow definition and looked up in NodeRegistry.Auto Trait Implementations§
impl Freeze for ParameterExtractorNode
impl RefUnwindSafe for ParameterExtractorNode
impl Send for ParameterExtractorNode
impl Sync for ParameterExtractorNode
impl Unpin for ParameterExtractorNode
impl UnsafeUnpin for ParameterExtractorNode
impl UnwindSafe for ParameterExtractorNode
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