papertrail.core.transformation.format_examples module

papertrail.core.transformation.format_examples.collect_example_strs(examples: list[dict]) dict[str, dict[str, list[str]]]
papertrail.core.transformation.format_examples.example_to_str(example: ExampleRecord) str
papertrail.core.transformation.format_examples.reduce_examples_to_example_str(fn_examples: dict[str, dict[str, list[str]]]) dict[str, dict[str, str]]