from pathlib import Path def load_prompt(path: Path) -> str: return path.read_text(encoding="utf-8")