nemo_curator.stages.text.experimental.translation.utils.prompt_loader
nemo_curator.stages.text.experimental.translation.utils.prompt_loader
nemo_curator.stages.text.experimental.translation.utils.prompt_loader
Shared prompt-loading helpers for translation stages.
Load a YAML prompt file and return (system_prompt, user_template).
filename : str
Name of the YAML file inside the prompts/ directory
(e.g. "translate.yaml" or "faith_eval.yaml").
tuple[str, str]
(system prompt, user template).
FileNotFoundError
If the prompt file does not exist.
ValueError
If the YAML is malformed or does not contain a top-level mapping.
KeyError
If the top-level mapping is missing the system or user key.