Uses of Package
net.stoerr.ai.aigenpipeline.framework.task
-
Packages that use net.stoerr.ai.aigenpipeline.framework.task Package Description net.stoerr.ai.aigenpipeline.commandline net.stoerr.ai.aigenpipeline.framework.task -
Classes in net.stoerr.ai.aigenpipeline.framework.task used by net.stoerr.ai.aigenpipeline.commandline Class Description 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.RegenerationCheckStrategy A strategy to decide whether we need to regenerate an output file from input files.WritingStrategy Ways to write a file and embed the version comment. -
Classes in net.stoerr.ai.aigenpipeline.framework.task used by net.stoerr.ai.aigenpipeline.framework.task Class Description 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 Makes it easy to find files to process withAIGenerationTask
etc.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.