Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
pub struct ExtractionResult {
pub span_id: SpanId,
pub template_content: String,
pub variables: Vec<ExtractedVariable>,
}
Variable extraction result for one prompt block.
span_id: SpanIdSpan identifier of the analyzed block.
template_content: StringBlock content with extracted values replaced by placeholders.
variables: Vec<ExtractedVariable>Variables extracted from the block.
impl Clone for ExtractionResultimpl Clone for ExtractionResult
clonefn clone(&self) -> ExtractionResult
clone_fromfn clone_from(&mut self, source: &Self)
impl Debug for ExtractionResultimpl Debug for ExtractionResult
fmtfn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for ExtractionResultimpl<'de> Deserialize<'de> for ExtractionResult
deserializefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl PartialEq for ExtractionResultimpl PartialEq for ExtractionResult
eqfn eq(&self, other: &ExtractionResult) -> bool
nefn ne(&self, other: &Rhs) -> bool
impl Serialize for ExtractionResultimpl Serialize for ExtractionResult
serializefn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl StructuralPartialEq for ExtractionResultimpl StructuralPartialEq for ExtractionResult