Function extract_variables_from_blocks
Function extract_variables_from_blocks
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.
pub fn extract_variables_from_blocks(
blocks: &[PromptBlock],
patterns: &[VariablePattern],
) -> Vec<ExtractionResult>
Extract variables from a set of prompt blocks.
Parameters
blocks: Prompt blocks to analyze.patterns: Variable patterns to evaluate.
Returns
One ExtractionResult per block that contained at least one variable.