| AIGenerationTask |
We support the generation of files using an AI, specifically ChatGPT.
|
| AIInOut |
AIInOut is an interface that represents an input or output for AI tasks.
|
| AIVersionMarker |
A parsing / creation class for markers like AIGenVersion(ourversion, inputfile1@version1, inputfile2@version2, ...).
|
| FileLookupHelper |
|
| RegenerationCheckStrategy |
A strategy to decide whether we need to regenerate an output file from input files.
|
| SegmentedFile |
ALlows reading and writing individual segments of a file where the segments are separated by a regular expression.
|
| WritingStrategy |
Ways to write a file and embed the version comment.
|