Expand description
Comprehensive output writer for all generated data.
Writes all generated data from the EnhancedGenerationResult to files in the output directory. Uses CSV for flat tabular data (journal entry lines) and JSON for types with nested structures (Vecs, sub-structs).
Functionsยง
- write_
all_ output - Write all generated data to the output directory.
- write_
all_ output_ with_ layout - Write all generated data with a configurable export layout and format set.
- write_
all_ output_ with_ root - Variant of
write_all_output_with_layoutthat routes output through anOutputRootConfiginstead of a raw&Path.