pub fn render_template_prompt(
    template_str: &str,
    query_paths: &Vec<ChangeValue>,
    partials: &HashMap<String, PromptLibraryRecord>
) -> Result<String>