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-ffi.
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.