pub type LlmPathEntry = (String, PathBuf);Expand description
A reference entry for the LLM prompt: (input_label, sanitized_output_path).
Used by format_llm_prompt_reference when sanitized files are written to
disk and the prompt should reference them by absolute path instead of
inlining their content.